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

c40fb2
From e96a83d9b1b5a52a41213c7a4840dc96b4f5b06f 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
c40fb2
index b876b79..a170b58 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) \
c40fb2
-	  $(DRI2_SUBDIR) . $(VBE_SUBDIR) i2c dixmods xkb \
0b0bd3
+	  $(DRI2_SUBDIR) . vbe i2c dixmods \
47f74b
 	  fbdevhw shadowfb exa $(XF86UTILS_SUBDIR) doc man \
47f74b
 	  $(GLAMOR_EGL_SUBDIR) drivers
70130e
 
70130e
-- 
c40fb2
2.13.6
70130e