commit:     808f2b7342710bca96885e8a247eaf88c2c9a5ac
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 22:23:48 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 22:28:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808f2b73

x11-libs/cairo: Enable xcb stuff with USE=X.

Whoops.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/cairo/cairo-1.16.0-r3.ebuild | 4 ++--
 x11-libs/cairo/cairo-9999.ebuild      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-libs/cairo/cairo-1.16.0-r3.ebuild 
b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
index 94c39df2186..5c4c80e79af 100644
--- a/x11-libs/cairo/cairo-1.16.0-r3.ebuild
+++ b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
@@ -98,6 +98,8 @@ multilib_src_configure() {
                $(use_enable X tee) \
                $(use_enable X xlib) \
                $(use_enable X xlib-xrender) \
+               $(use_enable X xcb) \
+               $(use_enable X xcb-shm) \
                $(use_enable aqua quartz) \
                $(use_enable aqua quartz-image) \
                $(use_enable debug test-surfaces) \
@@ -114,8 +116,6 @@ multilib_src_configure() {
                --enable-png \
                --enable-ps \
                --enable-script \
-               --enable-xcb
-               --enable-xcb-shm
                --disable-drm \
                --disable-directfb \
                --disable-gallium \

diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
index e6b26da6441..d5022d1759a 100644
--- a/x11-libs/cairo/cairo-9999.ebuild
+++ b/x11-libs/cairo/cairo-9999.ebuild
@@ -96,6 +96,8 @@ multilib_src_configure() {
                $(use_enable X tee) \
                $(use_enable X xlib) \
                $(use_enable X xlib-xrender) \
+               $(use_enable X xcb) \
+               $(use_enable X xcb-shm) \
                $(use_enable aqua quartz) \
                $(use_enable aqua quartz-image) \
                $(use_enable debug test-surfaces) \
@@ -112,8 +114,6 @@ multilib_src_configure() {
                --enable-png \
                --enable-ps \
                --enable-script \
-               --enable-xcb
-               --enable-xcb-shm
                --disable-drm \
                --disable-directfb \
                --disable-gallium \

Reply via email to