SHA256
1
0
forked from pool/raylib

- Remove raylig-use-optflags.patch: Using meson for build

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raylib?expand=0&rev=3
This commit is contained in:
Michael Vetter 2017-06-11 06:44:22 +00:00 committed by Git OBS Bridge
parent 64fd0c0d0c
commit 412aa01fa9
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 11 06:40:24 UTC 2017 - mvetter@suse.com
- Remove raylig-use-optflags.patch: Using meson for build
-------------------------------------------------------------------
Thu Jun 8 15:14:33 UTC 2017 - mvetter@suse.com

View File

@ -27,8 +27,6 @@ Source: https://github.com/raysan5/%{name}/archive/%{version}.tar.gz
# Will be in next release: https://github.com/raysan5/raylib/pull/297
Source1: root-meson.build
Source2: src-meson.build
# https://github.com/raysan5/raylib/pull/295
Patch0: raylig-use-optflags.patch
BuildRequires: Mesa-libGL-devel
BuildRequires: libglfw-devel
BuildRequires: meson >= 0.39.1
@ -57,7 +55,6 @@ C library to learn videogames programming
%prep
%setup -q
%patch0 -p1
cp %{SOURCE1} meson.build
cp %{SOURCE2} src/meson.build