diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-13 13:58:37 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-13 13:58:51 +0100 |
commit | 88bb823efb7cf1c9f84a8b41d9a6e975c51e39f2 (patch) | |
tree | 7a65475fe947da830590d9a9eb372e5e1316c0ae /games-emulation | |
parent | media-libs/libaom: Fix configure on armv7l (diff) | |
download | gentoo-88bb823efb7cf1c9f84a8b41d9a6e975c51e39f2.tar.gz gentoo-88bb823efb7cf1c9f84a8b41d9a6e975c51e39f2.tar.bz2 gentoo-88bb823efb7cf1c9f84a8b41d9a6e975c51e39f2.zip |
games-emulation/snes9x: USE="wayland" requires gtk+:3[wayland]
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/snes9x/snes9x-1.57.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/snes9x/snes9x-1.57.ebuild b/games-emulation/snes9x/snes9x-1.57.ebuild index 1d2566bda317..5792fa5ac7e7 100644 --- a/games-emulation/snes9x/snes9x-1.57.ebuild +++ b/games-emulation/snes9x/snes9x-1.57.ebuild @@ -23,7 +23,7 @@ RDEPEND=" gtk? ( dev-libs/glib:2 dev-libs/libxml2 - >=x11-libs/gtk+-3.22:3 + >=x11-libs/gtk+-3.22:3[wayland?] x11-libs/libXrandr x11-misc/xdg-utils alsa? ( media-libs/alsa-lib ) |