SHA256
1
0
forked from pool/gamescope

Accepting request 1111511 from games:tools

OBS-URL: https://build.opensuse.org/request/show/1111511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gamescope?expand=0&rev=5
This commit is contained in:
Ana Guerrero 2023-09-15 20:05:33 +00:00 committed by Git OBS Bridge
commit 2e8613d6bc
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}