Skip to content

Commit

Permalink
fix: Restore libei in gamescope
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 14, 2024
1 parent 9fa5dac commit 7b57725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec_files/gamescope/gamescope.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Name: gamescope
Version: 100.%{gamescope_tag}
Release: 13.bazzite
Release: 14.bazzite
Summary: Micro-compositor for video games on Wayland

License: BSD
Expand Down Expand Up @@ -112,7 +112,7 @@ sed -i 's^../thirdparty/SPIRV-Headers/include/spirv/^/usr/include/spirv/^' src/m
%build
cd gamescope
export PKG_CONFIG_PATH=pkgconfig
%meson -Dpipewire=enabled -Dinput_emulation=disabled -Ddrm_backend=enabled -Drt_cap=enabled -Davif_screenshots=enabled -Dsdl2_backend=enabled
%meson -Dpipewire=enabled -Dinput_emulation=enabled -Ddrm_backend=enabled -Drt_cap=enabled -Davif_screenshots=enabled -Dsdl2_backend=enabled
%meson_build

%install
Expand Down

0 comments on commit 7b57725

Please sign in to comment.