diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-07-09 14:52:56 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-07-09 15:40:18 +0200 |
commit | d3c025cbd76a04442d2eab95d171f5137c85d857 (patch) | |
tree | eedb91733d2864dbc6f801384171a97c6d76c590 /x11-wm/mutter | |
parent | net-im/empathy: Drop old (diff) | |
download | gentoo-d3c025cbd76a04442d2eab95d171f5137c85d857.tar.gz gentoo-d3c025cbd76a04442d2eab95d171f5137c85d857.tar.bz2 gentoo-d3c025cbd76a04442d2eab95d171f5137c85d857.zip |
x11-wm/mutter: wayland needs kms support (#587220 by Leho Kraav)
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-wm/mutter')
-rw-r--r-- | x11-wm/mutter/mutter-3.20.3.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-wm/mutter/mutter-3.20.3.ebuild b/x11-wm/mutter/mutter-3.20.3.ebuild index 2525b062fc0e..504fa343c041 100644 --- a/x11-wm/mutter/mutter-3.20.3.ebuild +++ b/x11-wm/mutter/mutter-3.20.3.ebuild @@ -10,7 +10,12 @@ HOMEPAGE="https://git.gnome.org/browse/mutter/" LICENSE="GPL-2+" SLOT="0" + IUSE="+introspection +kms test wayland" +REQUIRED_USE=" + wayland? ( kms ) +" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" # libXi-1.7.4 or newer needed per: |