Blame SOURCES/0001-Always-install-vbe-and-int10-sdk-headers.patch

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