diff options
author | Chi-Thanh Christopher Nguyen <chithanh@gentoo.org> | 2014-05-21 16:48:54 +0200 |
---|---|---|
committer | Chi-Thanh Christopher Nguyen <chithanh@gentoo.org> | 2014-05-21 16:48:54 +0200 |
commit | 8e1fda9d7fca28f217d13a0796dfbb0c0c8fb78b (patch) | |
tree | ac39dec69d97e18dab47c465a020123b7d9ba0bd /x11-base | |
parent | x11-drivers/xf86-input-synaptics: drop mtdev dependency (diff) | |
download | x11-8e1fda9d7fca28f217d13a0796dfbb0c0c8fb78b.tar.gz x11-8e1fda9d7fca28f217d13a0796dfbb0c0c8fb78b.tar.bz2 x11-8e1fda9d7fca28f217d13a0796dfbb0c0c8fb78b.zip |
x11-base/xorg-server: add wayland flag.
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-server/xorg-server-9999.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index 89fdd4a4..ff38ae5c 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -13,7 +13,7 @@ SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE_SERVERS="dmx kdrive xnest xorg xvfb" -IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux +suid systemd tslib +udev unwind" +IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux +suid systemd tslib +udev unwind wayland" RDEPEND=">=app-admin/eselect-opengl-1.0.8 dev-libs/openssl @@ -58,6 +58,10 @@ RDEPEND=">=app-admin/eselect-opengl-1.0.8 tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) + wayland? ( + dev-libs/wayland + media-libs/libepoxy + ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) systemd? ( sys-apps/systemd )" @@ -142,6 +146,7 @@ src_configure() { $(use_enable suid install-setuid) $(use_enable tslib) $(use_enable unwind libunwind) + $(use_enable wayland xwayland) $(use_enable !minimal record) $(use_enable !minimal xfree86-utils) $(use_enable !minimal install-libxf86config) |