diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2009-07-10 15:38:51 +0300 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@nokia.com> | 2009-07-10 16:36:01 +0300 |
commit | 53d64930513fecaa417bb5a922966b45c9ff8679 (patch) | |
tree | 13d8a4eb3107afb962c14b0339a83f9e433a8cf3 /hw/xfree86/Makefile.am | |
parent | aafcae79d17c1f802bc880d2142af7171fed75d8 (diff) |
configure: introduce --{enable,disable}-vgahw
Not all drivers need this kind of access.
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Acked-by: Oliver McFadden <oliver.mcfadden@nokia.com>
Diffstat (limited to 'hw/xfree86/Makefile.am')
-rw-r--r-- | hw/xfree86/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index eb487f616..df311b457 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -16,10 +16,14 @@ if XAA XAA_SUBDIR = xaa endif +if VGAHW +VGAHW_SUBDIR = vgahw +endif + DOC_SUBDIR = doc SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support parser \ - ramdac shadowfb vbe vgahw $(XAA_SUBDIR) \ + ramdac shadowfb vbe $(VGAHW_SUBDIR) $(XAA_SUBDIR) \ xf8_16bpp loader dixmods exa modes \ $(DRI_SUBDIR) $(DRI2_SUBDIR) $(XF86UTILS_SUBDIR) $(DOC_SUBDIR) |