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.