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

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