Browse Source

Update cross-compatible builds to xorg-xserver 1.6.5 to fix several issues


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_1@4396 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.1.0
DRC 13 years ago
parent
commit
c709309a4e
2 changed files with 6 additions and 6 deletions
  1. 2
    2
      unix/build-xorg
  2. 4
    4
      unix/download-xorg-7.4

+ 2
- 2
unix/build-xorg View File

@@ -71,7 +71,7 @@ init()
pushd xserver

if [ "$XORG_VERSION" = "7.4" ]; then
patch -p1 < $SRCDIR/unix/xserver15.patch
patch -p1 < $SRCDIR/unix/xserver16.patch
else
patch -p1 < $SRCDIR/unix/xserver18.patch
fi
@@ -201,7 +201,7 @@ build ()
autoreconf -fiv
XORGCFGFLAGS="--disable-xinerama --disable-xvfb --disable-xnest --disable-xorg --disable-dmx --disable-xwin --disable-xephyr --disable-kdrive --disable-config-dbus --disable-config-hal --disable-config-udev --with-sha1=libgcrypt ${XORGCFGFLAGS}"
if [ $STATIC = 1 ]; then
XORGCFGFLAGS="${XORGCFGFLAGS} --disable-shared --enable-static"
XORGCFGFLAGS="${XORGCFGFLAGS} SHA1_LIB=-lcrypto --disable-shared --enable-static"
fi
./configure ${1+"$@"} --prefix=${PREFIX} ${XORGCFGFLAGS}
if [ $? -ne 0 ]; then

+ 4
- 4
unix/download-xorg-7.4 View File

@@ -21,10 +21,10 @@ packages = {
"fontcacheproto" : PROTO + "fontcacheproto-0.1.2.tar.bz2",
"bigreqsproto": PROTO + "bigreqsproto-1.0.2.tar.bz2",
"kbproto": PROTO + "kbproto-1.0.3.tar.bz2",
"inputproto": PROTO + "inputproto-1.4.4.tar.bz2",
"inputproto": PROTO + "inputproto-1.5.1.tar.bz2",
"glproto": PROTO + "glproto-1.4.9.tar.bz2",
"xineramaproto": PROTO + "xineramaproto-1.1.2.tar.bz2",
"randrproto": PROTO + "randrproto-1.2.2.tar.bz2",
"randrproto": PROTO + "randrproto-1.3.2.tar.bz2",
"scrnsaverproto": PROTO + "scrnsaverproto-1.1.0.tar.bz2",
"renderproto": PROTO + "renderproto-0.9.3.tar.bz2",
"evieext": PROTO + "evieext-1.0.2.tar.bz2",
@@ -53,11 +53,11 @@ packages = {
"libXt": LIB + "libXt-1.0.5.tar.bz2",
"libpciaccess": LIB + "libpciaccess-0.10.4.tar.bz2",
"libICE": LIB + "libICE-1.0.4.tar.bz2",
"pixman": LIB + "pixman-0.12.0.tar.bz2",
"pixman": LIB + "pixman-0.16.0.tar.bz2",
"libXdamage": LIB + "libXdamage-1.1.1.tar.bz2",

"util-macros": UTIL + "util-macros-1.1.6.tar.bz2",
"xorg-server": SERVER + "xorg-server-1.5.3.tar.bz2",
"xorg-server": SERVER + "xorg-server-1.6.5.tar.bz2",

"libdrm": "http://dri.freedesktop.org/libdrm/libdrm-2.4.0.tar.bz2",
"Mesa": "http://downloads.sourceforge.net/mesa3d/MesaLib-7.2.tar.bz2",

Loading…
Cancel
Save