[mygui] libX11-devel is now required for building

Bruno Wolff III bruno at fedoraproject.org
Wed Dec 31 04:14:06 UTC 2014


commit aeaee77dbdd93ddcd1cdfff1a7fb0994a2b8bd1e
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Dec 30 22:12:16 2014 -0600

    libX11-devel is now required for building
    
    I am not sure why this changed, but without this
    /usr/lib/X11/Xlib.h was needed, but not found.

 mygui.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mygui.spec b/mygui.spec
index 4007839..257dedd 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -25,7 +25,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  freetype-devel, desktop-file-utils
 BuildRequires:  ois-devel, ogre-devel, doxygen, graphviz, cmake, dos2unix
-BuildRequires:  libuuid-devel
+BuildRequires:  libuuid-devel, libX11-devel
 
 Requires:       dejavu-sans-fonts
 
@@ -240,6 +240,7 @@ rm -rf %{buildroot}
 - Fix unowned directory
 - Remove obsolete ldconfig file
 - The supplied tools changed
+- libX11-devel is now required for building
 
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list