summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorKevin E Martin <kem@freedesktop.org>2006-12-16 12:01:49 -0500
committerKevin E Martin <kem@freedesktop.org>2006-12-16 12:01:49 -0500
commitc92f7bef54fa737766d65fe32c200f405f39228c (patch)
tree6caa5ba771fe973e0f4e9794642b62de223cfdcf /hw/vfb
parent012807356883128fde58bb2d4f91dd356d6418fc (diff)
For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am
index 2a0151f57..4f711fde7 100644
--- a/hw/vfb/Makefile.am
+++ b/hw/vfb/Makefile.am
@@ -21,6 +21,7 @@ Xvfb_LDFLAGS =
AM_CFLAGS = -DHAVE_DIX_CONFIG_H \
-DNO_HW_ONLY_EXTS \
-DNO_MODULE_EXTS \
+ -DXFree86Server \
$(XVFBMODULES_CFLAGS) \
$(DIX_CFLAGS)