summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@freedesktop.org>2006-12-16 12:03:30 -0500
committerKevin E Martin <kem@freedesktop.org>2006-12-16 12:03:30 -0500
commit7d927a6f6a5bb7c09216fea273df72940676c654 (patch)
tree41b59c004b76dc9c917fd24f29048d19186f6d31
parent731952c561a3972d09d1315f4fd31466e459ccb9 (diff)
For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server
-rw-r--r--hw/vfb/Makefile.am2
-rw-r--r--hw/xnest/Makefile.am1
-rw-r--r--hw/xprint/Makefile.am3
3 files changed, 4 insertions, 2 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am
index baab5ca22..ca113c9a8 100644
--- a/hw/vfb/Makefile.am
+++ b/hw/vfb/Makefile.am
@@ -21,7 +21,7 @@ Xvfb_LDFLAGS =
AM_CFLAGS = -DHAVE_DIX_CONFIG_H \
-DNO_HW_ONLY_EXTS \
-DNO_MODULE_EXTS \
- \
+ -DXFree86Server \
$(XVFBMODULES_CFLAGS)
# Man page
diff --git a/hw/xnest/Makefile.am b/hw/xnest/Makefile.am
index d40d122f4..cce1fef94 100644
--- a/hw/xnest/Makefile.am
+++ b/hw/xnest/Makefile.am
@@ -51,6 +51,7 @@ Xnest_LDFLAGS =
AM_CFLAGS = -DHAVE_XNEST_CONFIG_H \
-DNO_HW_ONLY_EXTS \
+ -DXFree86Server \
$(DIX_CFLAGS) \
$(XNESTMODULES_CFLAGS)
diff --git a/hw/xprint/Makefile.am b/hw/xprint/Makefile.am
index 27a7e30d1..d4f22d261 100644
--- a/hw/xprint/Makefile.am
+++ b/hw/xprint/Makefile.am
@@ -5,7 +5,8 @@ bin_PROGRAMS = Xprt
Xprt_CFLAGS = @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
-DXPRINT -DPRINT_ONLY_SERVER -D_XP_PRINT_SERVER_ \
-DXPRINTDIR=\"$(libdir)/X11/xserver\" \
- -DXPRASTERDDX -DXPPCLDDX -DXPMONOPCLDDX -DXPPSDDX
+ -DXPRASTERDDX -DXPPCLDDX -DXPMONOPCLDDX -DXPPSDDX \
+ -DXFree86Server
Xprt_LDFLAGS = -L$(top_srcdir)
Xprt_LDADD = @XPRINT_LIBS@ ps/libps.la raster/libraster.la \