summaryrefslogtreecommitdiffstats
path: root/x11-libs/cairo/CONFIGURE
blob: 3cf6765b58e68aa5911f2234fb9ab096aa70dcad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
. "${GRIMOIRE}/MESON_CONFIGURE" &&

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"