2009-08-04 21:52:16 +02:00
|
|
|
Index: hw/dmx/Makefile.am
|
2010-01-18 14:04:02 +01:00
|
|
|
================================================================================
|
|
|
|
--- hw/dmx/Makefile.am
|
2009-08-04 21:52:16 +02:00
|
|
|
+++ hw/dmx/Makefile.am
|
2008-07-11 02:26:04 +02:00
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
DIST_SUBDIRS = input vnc config glxProxy examples doc
|
|
|
|
|
|
|
|
-SUBDIRS = input vnc config examples
|
|
|
|
+SUBDIRS = input config examples
|
|
|
|
bin_PROGRAMS = Xdmx
|
|
|
|
|
|
|
|
if XINERAMA
|
2010-01-18 14:04:02 +01:00
|
|
|
--- hw/dmx/dmx-config.h
|
2009-08-04 21:52:16 +02:00
|
|
|
+++ hw/dmx/dmx-config.h
|
2010-01-18 14:04:02 +01:00
|
|
|
@@ -72,7 +72,7 @@
|
2008-07-11 02:26:04 +02:00
|
|
|
/* Enable the DMX extension */
|
|
|
|
#define DMXEXT
|
|
|
|
|
|
|
|
-/* Enable VNC ability */
|
|
|
|
-#define DMXVNC 1
|
|
|
|
+/* Disable VNC ability */
|
|
|
|
+#undef DMXVNC
|
|
|
|
|
2010-01-18 14:04:02 +01:00
|
|
|
#endif /* DMX_CONFIG_H */
|
|
|
|
--- hw/dmx/input/Makefile.am
|
2009-08-04 21:52:16 +02:00
|
|
|
+++ hw/dmx/input/Makefile.am
|
2010-01-18 14:04:02 +01:00
|
|
|
@@ -61,7 +61,6 @@
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) \
|
2009-08-04 21:52:16 +02:00
|
|
|
-I$(top_srcdir)/hw/dmx \
|
2008-07-11 02:26:04 +02:00
|
|
|
-DHAVE_DMX_CONFIG_H \
|
|
|
|
- -DDMXVNC=1 \
|
|
|
|
$(GLX_DEFS) \
|
|
|
|
@DMXMODULES_CFLAGS@
|
|
|
|
|
2010-01-18 14:04:02 +01:00
|
|
|
--- hw/dmx/vnc/Makefile.am
|
2009-08-04 21:52:16 +02:00
|
|
|
+++ hw/dmx/vnc/Makefile.am
|
2010-01-18 14:04:02 +01:00
|
|
|
@@ -37,7 +37,6 @@
|
2008-07-11 02:26:04 +02:00
|
|
|
-I$(top_srcdir)/hw/xfree86/common \
|
|
|
|
-DHAVE_DMX_CONFIG_H \
|
|
|
|
$(DIX_CFLAGS) \
|
|
|
|
- -DDMXVNC=1 \
|
|
|
|
@DMXMODULES_CFLAGS@
|
|
|
|
|
|
|
|
###EXTRA_DIST = dmxdetach.c
|