diff options
author | Kevin E Martin <kem@freedesktop.org> | 2006-12-16 12:01:49 -0500 |
---|---|---|
committer | Kevin E Martin <kem@freedesktop.org> | 2006-12-16 12:01:49 -0500 |
commit | c92f7bef54fa737766d65fe32c200f405f39228c (patch) | |
tree | 6caa5ba771fe973e0f4e9794642b62de223cfdcf /hw/vfb | |
parent | 012807356883128fde58bb2d4f91dd356d6418fc (diff) |
For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/Makefile.am | 1 |
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) |