[xorg-x11-drv-intel] Add missing BuildRequires libXext-devel so that intel-virtual-output gets

Hans de Goede jwrdegoede at fedoraproject.org
Thu Feb 26 10:54:30 UTC 2015


commit c9a358a9206a28262d388c58a07fd4d669240d3e
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Thu Feb 26 11:54:28 2015 +0100

    Add missing BuildRequires libXext-devel so that intel-virtual-output gets
    
      build (rhbz#1195962)

 xorg-x11-drv-intel.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-intel.spec b/xorg-x11-drv-intel.spec
index 0c5a2d6..7129e31 100644
--- a/xorg-x11-drv-intel.spec
+++ b/xorg-x11-drv-intel.spec
@@ -26,7 +26,7 @@
 Summary:   Xorg X11 Intel video driver
 Name:      xorg-x11-drv-intel
 Version:   2.99.917
-Release:   3%{?gitrev}%{?dist}
+Release:   4%{?gitrev}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -46,6 +46,7 @@ ExclusiveArch: %{ix86} x86_64 ia64
 BuildRequires: autoconf automake libtool
 BuildRequires: flex bison
 BuildRequires: xorg-x11-server-devel >= 1.10.99.902
+BuildRequires: libXext-devel
 BuildRequires: libXvMC-devel
 BuildRequires: mesa-libGL-devel >= 6.5-9
 BuildRequires: libdrm-devel >= 2.4.25
@@ -148,6 +149,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libI*XvMC.so
 %{_mandir}/man1/intel_*.1*
 
 %changelog
+* Thu Feb 26 2015 Hans de Goede <hdegoede at redhat.com> - 2.99.917-4
+- Add missing BuildRequires libXext-devel so that intel-virtual-output gets
+  build (rhbz#1195962)
+
 * Wed Feb 11 2015 Hans de Goede <hdegoede at redhat.com> - 2.99.917-3
 - Git snapshot of the day to bring in various DPMS and other fixes
 - Update gpu-tools to 1.9


More information about the scm-commits mailing list