diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-11-08 04:23:16 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-11-11 23:45:29 +0000 |
commit | b5760145ab5068dfc98b8111c20e225aca864223 (patch) | |
tree | 7f0025b334bab10096cce61c556833ee1e5f13d9 /gui-wm/gamescope | |
parent | games-server/bedrock-server: add 1.20.40.01, drop 1.20.32.03 (diff) | |
download | gentoo-b5760145ab5068dfc98b8111c20e225aca864223.tar.gz gentoo-b5760145ab5068dfc98b8111c20e225aca864223.tar.bz2 gentoo-b5760145ab5068dfc98b8111c20e225aca864223.zip |
gui-wm/gamescope: require libinput to be enabled in wlroots
* libinput has been exposed as use flag instead of being enabled by
default since wlroots-0.16.2-r1.
Closes: https://bugs.gentoo.org/909044
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33721
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'gui-wm/gamescope')
-rw-r--r-- | gui-wm/gamescope/gamescope-3.13.0-r1.ebuild (renamed from gui-wm/gamescope/gamescope-3.13.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/gamescope/gamescope-3.13.0.ebuild b/gui-wm/gamescope/gamescope-3.13.0-r1.ebuild index 652cf3eb3de7..15625aa4cf0f 100644 --- a/gui-wm/gamescope/gamescope-3.13.0.ebuild +++ b/gui-wm/gamescope/gamescope-3.13.0-r1.ebuild @@ -22,7 +22,7 @@ RDEPEND=" =dev-libs/libliftoff-0.4* >=dev-libs/wayland-1.21 >=dev-libs/wayland-protocols-1.17 - =gui-libs/wlroots-0.16*[X] + =gui-libs/wlroots-0.16*[X,libinput(+)] >=media-libs/libdisplay-info-0.1.1 media-libs/libsdl2[video,vulkan] media-libs/vulkan-loader |