summaryrefslogtreecommitdiffstats
path: root/x11-libs/cairo/PRE_SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/cairo/PRE_SUB_DEPENDS')
-rwxr-xr-xx11-libs/cairo/PRE_SUB_DEPENDS4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/cairo/PRE_SUB_DEPENDS b/x11-libs/cairo/PRE_SUB_DEPENDS
index 32d996d520..22ef3d2073 100755
--- a/x11-libs/cairo/PRE_SUB_DEPENDS
+++ b/x11-libs/cairo/PRE_SUB_DEPENDS
@@ -5,9 +5,9 @@ case $THIS_SUB_DEPENDS in
GOBJ) is_depends_enabled $SPELL glib2;;
PNG) is_depends_enabled $SPELL libpng;;
PS) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-ps.h" ]];;
- SVG) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-svg.h" ]];;
+ SVG) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-svg.h" ]];;
X) is_depends_enabled $SPELL libx11;;
- TEE) if ! list_find "$CAIRO_OPTS" "--enable-tee=yes"; then return 1; fi;;
+ TEE) if ! list_find "$CAIRO_OPTS" "tee=enabled"; then return 1; fi;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
return 1;;
esac