diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-03-09 21:37:58 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-03-09 21:37:58 +0000 |
commit | 61c2598d73a50dfa599882db7d5135117fad7cc4 (patch) | |
tree | 29b369e0f7bd80c0d41c8165e6efdd4b7eb4f7de /gui-wm | |
parent | app-crypt/yubioath-flutter-bin: add missing x11-libs/libnotify rdep (diff) | |
download | gentoo-61c2598d73a50dfa599882db7d5135117fad7cc4.tar.gz gentoo-61c2598d73a50dfa599882db7d5135117fad7cc4.tar.bz2 gentoo-61c2598d73a50dfa599882db7d5135117fad7cc4.zip |
gui-wm/gamescope: Loosen media-libs/glm requirement
gamescope defines GLM_ENABLE_EXPERIMENTAL now.
Closes: https://bugs.gentoo.org/923122
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/gamescope/gamescope-3.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/gamescope/gamescope-3.14.2.ebuild b/gui-wm/gamescope/gamescope-3.14.2.ebuild index 15019e57277d..be1fd59217bd 100644 --- a/gui-wm/gamescope/gamescope-3.14.2.ebuild +++ b/gui-wm/gamescope/gamescope-3.14.2.ebuild @@ -50,7 +50,7 @@ DEPEND=" ${RDEPEND} >=dev-libs/stb-20240201-r1 dev-util/vulkan-headers - <media-libs/glm-1.0.0 + media-libs/glm dev-util/spirv-headers wsi-layer? ( >=media-libs/vkroots-0_p20231108 ) " |