314a7ca
From e96a83d9b1b5a52a41213c7a4840dc96b4f5b06f Mon Sep 17 00:00:00 2001
f8a5524
From: Adam Jackson <ajax@redhat.com>
f8a5524
Date: Wed, 15 Aug 2012 12:35:21 -0400
f8a5524
Subject: [PATCH] Always install vbe and int10 sdk headers
f8a5524
f8a5524
Signed-off-by: Adam Jackson <ajax@redhat.com>
f8a5524
---
973c76f
 hw/xfree86/Makefile.am | 12 ++----------
973c76f
 1 file changed, 2 insertions(+), 10 deletions(-)
f8a5524
f8a5524
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
314a7ca
index b876b79..a170b58 100644
f8a5524
--- a/hw/xfree86/Makefile.am
f8a5524
+++ b/hw/xfree86/Makefile.am
47a2434
@@ -26,17 +26,9 @@ if VGAHW
f8a5524
 VGAHW_SUBDIR = vgahw
f8a5524
 endif
f8a5524
 
f8a5524
-if VBE
f8a5524
-VBE_SUBDIR = vbe
f8a5524
-endif
f8a5524
-
f8a5524
-if INT10MODULE
f8a5524
-INT10_SUBDIR = int10
f8a5524
-endif
f8a5524
-
f8a5524
-SUBDIRS = common ddc x86emu $(INT10_SUBDIR) os-support parser \
f8a5524
+SUBDIRS = common ddc x86emu int10 os-support parser \
f8a5524
 	  ramdac $(VGAHW_SUBDIR) loader modes $(DRI_SUBDIR) \
314a7ca
-	  $(DRI2_SUBDIR) . $(VBE_SUBDIR) i2c dixmods xkb \
904989d
+	  $(DRI2_SUBDIR) . vbe i2c dixmods xkb \
9e2b258
 	  fbdevhw shadowfb exa $(XF86UTILS_SUBDIR) doc man \
47a2434
 	  $(GLAMOR_EGL_SUBDIR) drivers
f8a5524
 
f8a5524
-- 
314a7ca
2.13.6
f8a5524