[glfw/f18] add libXrandr as build requirement

MERCIER Jonathan bioinfornatics at fedoraproject.org
Wed May 15 17:40:59 UTC 2013


commit 5a289628e29b99b0017ae502fcdb58faa636f0e5
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Wed May 15 19:40:55 2013 +0200

    add libXrandr as build requirement

 glfw.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/glfw.spec b/glfw.spec
index 1b65736..476803d 100644
--- a/glfw.spec
+++ b/glfw.spec
@@ -17,7 +17,8 @@ Summary(fr):    Une bibliothèque multimédia multi-plateforme
 License:        zlib
 URL:            http://www.glfw.org/index.html
 Source0:        %{name}-%{alphatag}.tar.xz
-BuildRequires:  libX11, mesa-libGL, mesa-libGLU, texlive-latex, cmake
+BuildRequires:  libX11, mesa-libGL, mesa-libGLU, texlive-latex, cmake, libXrandr-devel, libXrandr
+Requires:       libX11, mesa-libGL, mesa-libGLU, libXrandr
 
 %description
 GLFW is a free, Open Source, multi-platform library for OpenGL application


More information about the scm-commits mailing list