From a7e0c6ba81b225fd72a00010130a724e657e45a5d38aa110e2cee7bf142f0148 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 24 Jul 2018 09:29:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raylib?expand=0&rev=15 --- raylib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/raylib.spec b/raylib.spec index b5820e8..97d2461 100644 --- a/raylib.spec +++ b/raylib.spec @@ -25,9 +25,12 @@ Group: Development/Libraries/C and C++ Url: http://www.raylib.com Source: https://github.com/raysan5/raylib/archive/%{version}.tar.gz BuildRequires: Mesa-libGL-devel +BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: libXcursor-devel BuildRequires: libXi-devel -#BuildRequires: libglfw-devel >= 3.2 +BuildRequires: libXinerama-devel +BuildRequires: libXrandr-devel %description A C library for learning video game programming.