x11-base/xorg-server: Add IUSE=debug.
authorMatt Turner <mattst88@gentoo.org>
Thu, 26 Jan 2017 05:06:20 +0000 (21:06 -0800)
committerMatt Turner <mattst88@gentoo.org>
Thu, 26 Jan 2017 05:19:52 +0000 (21:19 -0800)
Bug: https://bugs.gentoo.org/256034

x11-base/xorg-server/xorg-server-1.19.1.ebuild
x11-base/xorg-server/xorg-server-9999.ebuild

index 99301766d2bdf15131bc6841616b27688c8f78f2..883dd14ce187ccbdbd61193d7d8213bb6a83c38c 100644 (file)
@@ -13,7 +13,7 @@ SLOT="0/${PV}"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} glamor ipv6 libressl minimal selinux +suid systemd tslib +udev unwind wayland"
+IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd tslib +udev unwind wayland"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
        !libressl? ( dev-libs/openssl:0= )
@@ -163,6 +163,7 @@ src_configure() {
        #       package it somewhere
        XORG_CONFIGURE_OPTIONS=(
                $(use_enable ipv6)
+               $(use_enable debug)
                $(use_enable dmx)
                $(use_enable glamor)
                $(use_enable kdrive)
index 593d4ee903d45bd753814bdb6169d90f7cac2451..63c7e937e083432f1376912ab93c2b1f2c864b02 100644 (file)
@@ -13,7 +13,7 @@ SLOT="0/${PV}"
 KEYWORDS=""
 
 IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} glamor ipv6 libressl minimal selinux +suid systemd tslib +udev unwind wayland"
+IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd tslib +udev unwind wayland"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
        !libressl? ( dev-libs/openssl:0= )
@@ -162,6 +162,7 @@ src_configure() {
        #       package it somewhere
        XORG_CONFIGURE_OPTIONS=(
                $(use_enable ipv6)
+               $(use_enable debug)
                $(use_enable dmx)
                $(use_enable glamor)
                $(use_enable kdrive)