diff options
author | Adam Tkac <atkac@redhat.com> | 2009-02-25 10:53:36 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-02-25 10:53:36 +0000 |
commit | 60909b5718327bec485fc65da4c2342743d7a6b1 (patch) | |
tree | 6e8c9ca3c88a1e044b0595988de6681b6e53841f /unix/xserver15.patch | |
parent | 47af8113336ddcb85503ea5ba8e078d28415e041 (diff) | |
download | tigervnc-60909b5718327bec485fc65da4c2342743d7a6b1.tar.gz tigervnc-60909b5718327bec485fc65da4c2342743d7a6b1.zip |
[Bugfix] Fixed building of libvnc module when xserver is configured with
--disable-xorg
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3616 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver15.patch')
-rw-r--r-- | unix/xserver15.patch | 33 |
1 files changed, 25 insertions, 8 deletions
diff --git a/unix/xserver15.patch b/unix/xserver15.patch index 15b3beef..2c2831e6 100644 --- a/unix/xserver15.patch +++ b/unix/xserver15.patch @@ -1,6 +1,6 @@ diff -up xserver/configure.ac.vnc xserver/configure.ac ---- xserver/configure.ac.vnc 2008-11-20 14:21:34.000000000 +0100 -+++ xserver/configure.ac 2008-11-20 14:22:17.000000000 +0100 +--- xserver/configure.ac.vnc 2009-02-25 11:29:49.000000000 +0100 ++++ xserver/configure.ac 2009-02-25 11:38:33.000000000 +0100 @@ -31,7 +31,6 @@ RELEASE_DATE="5 November 2008" REMEMBER_REMEMBER="The Fifth of November" AC_CONFIG_SRCDIR([Makefile.am]) @@ -17,7 +17,7 @@ diff -up xserver/configure.ac.vnc xserver/configure.ac AM_PROG_AS AC_PROG_INSTALL AC_PROG_LN_S -@@ -1215,6 +1215,9 @@ if test "x$XVFB" = xyes; then +@@ -1220,6 +1220,9 @@ if test "x$XVFB" = xyes; then AC_SUBST([XVFB_SYS_LIBS]) fi @@ -27,7 +27,24 @@ diff -up xserver/configure.ac.vnc xserver/configure.ac dnl Xnest DDX -@@ -2179,6 +2182,7 @@ hw/dmx/input/Makefile +@@ -1314,6 +1317,8 @@ xorg_bus_ppcpci=no + xorg_bus_sparcpci=no + xorg_bus_sparc=no + ++AC_DEFINE_UNQUOTED(XORG_VERSION_CURRENT, [$VENDOR_RELEASE], [Current Xorg version]) ++ + if test "x$XORG" = xyes -o "x$XGL" = xyes; then + XORG_DDXINCS='-I$(top_srcdir)/hw/xfree86 -I$(top_srcdir)/hw/xfree86/include -I$(top_srcdir)/hw/xfree86/common' + XORG_OSINCS='-I$(top_srcdir)/hw/xfree86/os-support -I$(top_srcdir)/hw/xfree86/os-support/bus -I$(top_srcdir)/os' +@@ -1521,7 +1526,6 @@ if test "x$XORG" = xyes -o "x$XGL" = xye + AC_DEFINE(XORGSERVER, 1, [Building Xorg server]) + AC_DEFINE(XFree86Server, 1, [Building XFree86 server]) + AC_DEFINE(XFree86LOADER, 1, [Building loadable XFree86 server]) +- AC_DEFINE_UNQUOTED(XORG_VERSION_CURRENT, [$VENDOR_RELEASE], [Current Xorg version]) + AC_DEFINE(NEED_XF86_TYPES, 1, [Need XFree86 typedefs]) + AC_DEFINE(NEED_XF86_PROTOTYPES, 1, [Need XFree86 helper functions]) + AC_DEFINE(__XSERVERNAME__, "Xorg", [Name of X server]) +@@ -2184,6 +2188,7 @@ hw/dmx/input/Makefile hw/dmx/glxProxy/Makefile hw/dmx/Makefile hw/vfb/Makefile @@ -36,8 +53,8 @@ diff -up xserver/configure.ac.vnc xserver/configure.ac hw/xgl/egl/Makefile hw/xgl/egl/module/Makefile diff -up xserver/hw/Makefile.am.vnc xserver/hw/Makefile.am ---- xserver/hw/Makefile.am.vnc 2008-11-20 14:21:34.000000000 +0100 -+++ xserver/hw/Makefile.am 2008-11-20 14:21:38.000000000 +0100 +--- xserver/hw/Makefile.am.vnc 2009-02-25 11:29:49.000000000 +0100 ++++ xserver/hw/Makefile.am 2009-02-25 11:31:25.000000000 +0100 @@ -43,7 +43,8 @@ SUBDIRS = \ $(DMX_SUBDIRS) \ $(KDRIVE_SUBDIRS) \ @@ -49,8 +66,8 @@ diff -up xserver/hw/Makefile.am.vnc xserver/hw/Makefile.am DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xgl xprint diff -up xserver/mi/miinitext.c.vnc xserver/mi/miinitext.c ---- xserver/mi/miinitext.c.vnc 2008-11-20 14:21:37.000000000 +0100 -+++ xserver/mi/miinitext.c 2008-11-20 14:21:38.000000000 +0100 +--- xserver/mi/miinitext.c.vnc 2009-02-25 11:29:51.000000000 +0100 ++++ xserver/mi/miinitext.c 2009-02-25 11:31:25.000000000 +0100 @@ -292,6 +292,7 @@ extern void BigReqExtensionInit(INITARGS #ifdef MITMISC extern void MITMiscExtensionInit(INITARGS); |