diff options
author | Dustin Smith <d.usty360@gmail.com> | 2023-08-20 12:50:50 -0400 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-08-20 22:54:48 +0100 |
commit | a635d7ab31515b8e943e3350936361f6f7dca162 (patch) | |
tree | e90ecc18e74a1e47d542421de9a9d2dba5ab6c19 /gui-wm | |
parent | net-im/gajim: keyword 1.8.1 for ~riscv (diff) | |
download | gentoo-a635d7ab31515b8e943e3350936361f6f7dca162.tar.gz gentoo-a635d7ab31515b8e943e3350936361f6f7dca162.tar.bz2 gentoo-a635d7ab31515b8e943e3350936361f6f7dca162.zip |
gui-wm/gamescope: add x11-libs/libXmu to RDEPEND
gamescope needs libXmu to build. I've confirmed in a gentoo/stage3
container that:
- the build fails without said package
- the build succeeds with said package
Closes: https://bugs.gentoo.org/912423
Signed-off-by: Dustin Smith <d.usty360@gmail.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/gamescope/gamescope-3.11.51.ebuild | 1 | ||||
-rw-r--r-- | gui-wm/gamescope/gamescope-3.12.0.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gui-wm/gamescope/gamescope-3.11.51.ebuild b/gui-wm/gamescope/gamescope-3.11.51.ebuild index 724d3bc885d8..c46661baaf0c 100644 --- a/gui-wm/gamescope/gamescope-3.11.51.ebuild +++ b/gui-wm/gamescope/gamescope-3.11.51.ebuild @@ -32,6 +32,7 @@ RDEPEND=" x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon + x11-libs/libXmu x11-libs/libXrender x11-libs/libXres x11-libs/libXtst diff --git a/gui-wm/gamescope/gamescope-3.12.0.ebuild b/gui-wm/gamescope/gamescope-3.12.0.ebuild index b8fe62267052..8de18f8b6b60 100644 --- a/gui-wm/gamescope/gamescope-3.12.0.ebuild +++ b/gui-wm/gamescope/gamescope-3.12.0.ebuild @@ -32,6 +32,7 @@ RDEPEND=" x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon + x11-libs/libXmu x11-libs/libXrender x11-libs/libXres x11-libs/libXtst |