From 53d64930513fecaa417bb5a922966b45c9ff8679 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Fri, 10 Jul 2009 15:38:51 +0300 Subject: configure: introduce --{enable,disable}-vgahw Not all drivers need this kind of access. Signed-off-by: Tiago Vignatti Acked-by: Oliver McFadden --- hw/xfree86/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hw/xfree86/Makefile.am') 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) -- cgit v1.2.3