diff --git a/gamescope.changes b/gamescope.changes
index 55830dc..960dcd7 100644
--- a/gamescope.changes
+++ b/gamescope.changes
@@ -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
 
diff --git a/gamescope.spec b/gamescope.spec
index 43d2e86..b143f44 100644
--- a/gamescope.spec
+++ b/gamescope.spec
@@ -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}