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

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