diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-05-06 09:09:14 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-05-06 09:09:14 +0100 |
commit | c415beaa61f2559d972674c486fcb48dfa123acc (patch) | |
tree | 7df5844e90aa24a32ebdd2e519b5f4880c76c689 /gui-wm | |
parent | www-client/vivaldi-snapshot: Add version 6.1.3009.3 (diff) | |
download | gentoo-c415beaa61f2559d972674c486fcb48dfa123acc.tar.gz gentoo-c415beaa61f2559d972674c486fcb48dfa123acc.tar.bz2 gentoo-c415beaa61f2559d972674c486fcb48dfa123acc.zip |
gui-wm/gamescope: Add missing media-libs/glm dependency
Closes: https://bugs.gentoo.org/905792
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/gamescope/gamescope-3.12.0_beta3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui-wm/gamescope/gamescope-3.12.0_beta3.ebuild b/gui-wm/gamescope/gamescope-3.12.0_beta3.ebuild index e6e38e01d1cb..520a539f4fe3 100644 --- a/gui-wm/gamescope/gamescope-3.12.0_beta3.ebuild +++ b/gui-wm/gamescope/gamescope-3.12.0_beta3.ebuild @@ -43,6 +43,7 @@ DEPEND=" ${RDEPEND} dev-libs/stb dev-util/vulkan-headers + media-libs/glm wsi-layer? ( >=media-libs/vkroots-0_p20230103 ) " BDEPEND=" |