summaryrefslogtreecommitdiffstats
path: root/x11-libs/cairo/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/cairo/DEPENDS')
-rwxr-xr-xx11-libs/cairo/DEPENDS6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-libs/cairo/DEPENDS b/x11-libs/cairo/DEPENDS
index 84b2f4a203..5d77248e7b 100755
--- a/x11-libs/cairo/DEPENDS
+++ b/x11-libs/cairo/DEPENDS
@@ -56,11 +56,7 @@ if is_depends_enabled $SPELL libx11; then
if is_depends_enabled ${SPELL} libxcb; then
config_query_option CAIRO_OPTS "Enable Xlib/XCB functions feature?" n \
"xlib-xcb=enabled" \
- "xlib-xcb=disabled" &&
- list_remove CAIRO_OPTS "--enable-xlib-xcb" &&
- list_remove CAIRO_OPTS "--enable-xlib-xcb=yes" &&
- list_remove CAIRO_OPTS "--enable-xlib-xcb=nno" &&
- list_remove CAIRO_OPTS "--disable-xlib-xcb"
+ "xlib-xcb=disabled"
fi
fi &&