summaryrefslogtreecommitdiff
path: root/hw/xfree86/Makefile.am
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2007-11-02 12:51:56 -0400
committerAdam Jackson <ajax@redhat.com>2007-11-02 12:51:56 -0400
commitdfb1cce28ac07d412598f7b9ab2ee908978b38e7 (patch)
tree09502869bfcc65d5012babc5048b008c42c0d193 /hw/xfree86/Makefile.am
parent7a0555e9bb59d02816803a1100f807d2d29f31d4 (diff)
Restore build of xf8_16bpp.
It doesn't link against cfb, so don't conditionalize its build against cfb.
Diffstat (limited to 'hw/xfree86/Makefile.am')
-rw-r--r--hw/xfree86/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
index 9be022010..627703338 100644
--- a/hw/xfree86/Makefile.am
+++ b/hw/xfree86/Makefile.am
@@ -13,14 +13,14 @@ MFB_SUBDIR = xf1bpp xf4bpp
endif
if CFB
-CFB_SUBDIR = xf8_16bpp xf8_32bpp
+CFB_SUBDIR = xf8_32bpp
endif
DOC_SUBDIR = doc
SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support parser rac \
ramdac shadowfb vbe vgahw xaa $(MFB_SUBDIR) $(CFB_SUBDIR) \
- loader dixmods exa modes \
+ xf8_16bpp loader dixmods exa modes \
$(DRI_SUBDIR) $(XF86UTILS_SUBDIR) $(DOC_SUBDIR)
DIST_SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support \