47a24344fe
- xorg-x11-drv-modesetting is now included in xorg-x11-server-Xorg, obsolete it - Fix xorg-x11-drv-r128 obsoletes (rhbz#1176791)
38 lines
1003 B
Diff
38 lines
1003 B
Diff
From fc306295751178802405e0faa3f2e4e40cd913f0 Mon Sep 17 00:00:00 2001
|
|
From: Adam Jackson <ajax@redhat.com>
|
|
Date: Wed, 15 Aug 2012 12:35:21 -0400
|
|
Subject: [PATCH] Always install vbe and int10 sdk headers
|
|
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
---
|
|
hw/xfree86/Makefile.am | 12 ++----------
|
|
1 file changed, 2 insertions(+), 10 deletions(-)
|
|
|
|
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
|
|
index 27f2cc6..f9a078f 100644
|
|
--- a/hw/xfree86/Makefile.am
|
|
+++ b/hw/xfree86/Makefile.am
|
|
@@ -26,17 +26,9 @@ if VGAHW
|
|
VGAHW_SUBDIR = vgahw
|
|
endif
|
|
|
|
-if VBE
|
|
-VBE_SUBDIR = vbe
|
|
-endif
|
|
-
|
|
-if INT10MODULE
|
|
-INT10_SUBDIR = int10
|
|
-endif
|
|
-
|
|
-SUBDIRS = common ddc x86emu $(INT10_SUBDIR) os-support parser \
|
|
+SUBDIRS = common ddc x86emu int10 os-support parser \
|
|
ramdac $(VGAHW_SUBDIR) loader modes $(DRI_SUBDIR) \
|
|
- $(DRI2_SUBDIR) . $(VBE_SUBDIR) i2c dixmods \
|
|
+ $(DRI2_SUBDIR) . vbe i2c dixmods \
|
|
fbdevhw shadowfb exa $(XF86UTILS_SUBDIR) doc man \
|
|
$(GLAMOR_EGL_SUBDIR) drivers
|
|
|
|
--
|
|
2.1.0
|
|
|