diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-01-30 23:26:08 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-01-30 23:26:08 +0000 |
commit | 62572ab390fe1f5f0adb10e47831ef24b903c510 (patch) | |
tree | 4e2fa8195401b1aad5c0056128d4b7acee4a7c9a /gui-wm | |
parent | dev-cpp/sdbus-c++: fix pkgconfig file (diff) | |
download | gentoo-62572ab390fe1f5f0adb10e47831ef24b903c510.tar.gz gentoo-62572ab390fe1f5f0adb10e47831ef24b903c510.tar.bz2 gentoo-62572ab390fe1f5f0adb10e47831ef24b903c510.zip |
gui-wm/gamescope: Pin back media-libs/glm dependency to <1.0.0
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.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/gamescope/gamescope-3.14.0.ebuild b/gui-wm/gamescope/gamescope-3.14.0.ebuild index 1d3b105ccaab..251de7739ff2 100644 --- a/gui-wm/gamescope/gamescope-3.14.0.ebuild +++ b/gui-wm/gamescope/gamescope-3.14.0.ebuild @@ -50,7 +50,7 @@ DEPEND=" ${RDEPEND} dev-libs/stb dev-util/vulkan-headers - media-libs/glm + <media-libs/glm-1.0.0 dev-util/spirv-headers wsi-layer? ( >=media-libs/vkroots-0_p20231108 ) " |