SHA256
1
0
forked from pool/gamescope

Accepting request 1110946 from home:gmbr3:Active

- Tumbleweed now has a pkgconfig file for stb

OBS-URL: https://build.opensuse.org/request/show/1110946
OBS-URL: https://build.opensuse.org/package/show/games:tools/gamescope?expand=0&rev=9
This commit is contained in:
llyyr 2023-09-15 09:44:25 +00:00 committed by Git OBS Bridge
parent 54a6c8e820
commit 01151721f9
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 13 19:01:13 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
- Tumbleweed now has a pkgconfig file for stb
-------------------------------------------------------------------
Fri Sep 01 12:43:48 UTC 2023 - antonio.teixeira@suse.com

View File

@ -100,9 +100,11 @@ BuildRequires: pkgconfig(xkbcommon)
%prep
%autosetup -p1
sed -i "s|dependency('stb')|declare_dependency(include_directories: include_directories('/usr/include/stb'))|g" src/meson.build
%build
%if 0%{?suse_version} < 1599
sed -i "s|dependency('stb')|declare_dependency(include_directories: include_directories('/usr/include/stb'))|g" src/meson.build
%endif
%meson \
-Dpipewire=enabled \
%{nil}