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

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