summaryrefslogtreecommitdiffstats
path: root/x11-libs/cairo/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/cairo/CONFIGURE')
-rwxr-xr-xx11-libs/cairo/CONFIGURE4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-libs/cairo/CONFIGURE b/x11-libs/cairo/CONFIGURE
index 0b78b2acc4..3cf6765b58 100755
--- a/x11-libs/cairo/CONFIGURE
+++ b/x11-libs/cairo/CONFIGURE
@@ -2,6 +2,10 @@
list_remove CAIRO_OPTS "--enable-tee=yes" &&
list_remove CAIRO_OPTS "--enable-tee=no" &&
+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" &&
config_query_option CAIRO_OPTS "Enable cairo's tee surface backend feature?" n \
"tee=enabled" "tee=disabled"