21 lines
930 B
Diff
21 lines
930 B
Diff
diff -Naur gamescope-3.16.1.old/src/meson.build gamescope-3.16.1/src/meson.build
|
|
--- gamescope-3.16.1.old/src/meson.build 2025-01-16 11:12:40.848949807 +0100
|
|
+++ gamescope-3.16.1/src/meson.build 2025-01-16 11:13:38.404680071 +0100
|
|
@@ -23,6 +23,7 @@
|
|
sdl2_dep = dependency('SDL2', required: get_option('sdl2_backend'))
|
|
stb_dep = dependency('stb')
|
|
avif_dep = dependency('libavif', version: '>=1.0.0', required: get_option('avif_screenshots'))
|
|
+pixman_dep = dependency('pixman-1')
|
|
|
|
wlroots_dep = dependency(
|
|
'wlroots-0.18',
|
|
@@ -194,7 +195,7 @@
|
|
xkbcommon, thread_dep, sdl2_dep, wlroots_dep,
|
|
vulkan_dep, liftoff_dep, dep_xtst, dep_xmu, cap_dep, epoll_dep, pipewire_dep, librt_dep,
|
|
stb_dep, displayinfo_dep, openvr_dep, dep_xcursor, avif_dep, dep_xi,
|
|
- libdecor_dep, eis_dep, luajit_dep
|
|
+ libdecor_dep, eis_dep, luajit_dep, pixman_dep
|
|
],
|
|
install: true,
|
|
cpp_args: gamescope_cpp_args,
|