diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2009-06-24 00:13:32 +0300 |
---|---|---|
committer | Oliver McFadden <oliver.mcfadden@nokia.com> | 2009-06-24 00:26:06 +0300 |
commit | 800d4ceb946c93724661ebfd28afb658ca63b6b1 (patch) | |
tree | 4e9552370cd62a62aa8904617f3e7545e82e61e6 /hw | |
parent | ce3d539ac6ecab3e343cef7c4dc112bc82ea3b02 (diff) |
configure: Provide the --enable/disable-xaa option.
Acked-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index 3b9ff9c3e..9d5731d51 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -12,15 +12,19 @@ if XF86UTILS XF86UTILS_SUBDIR = utils endif +if XAA +XAA_SUBDIR = xaa +endif + DOC_SUBDIR = doc SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support parser \ - ramdac shadowfb vbe vgahw xaa \ + ramdac shadowfb vbe vgahw $(XAA_SUBDIR) \ xf8_16bpp loader dixmods exa modes \ $(DRI_SUBDIR) $(DRI2_SUBDIR) $(XF86UTILS_SUBDIR) $(DOC_SUBDIR) DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \ - parser ramdac shadowfb vbe vgahw xaa \ + parser ramdac shadowfb vbe vgahw $(XAA_SUBDIR) \ xf8_16bpp loader dixmods dri dri2 exa modes \ utils doc |