diff options
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/cairo/options.mk b/graphics/cairo/options.mk index a84200176ff..868407667ea 100644 --- a/graphics/cairo/options.mk +++ b/graphics/cairo/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2012/10/02 12:09:40 tron Exp $ +# $NetBSD: options.mk,v 1.10 2012/10/10 13:29:25 drochner Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.cairo PKG_SUPPORTED_OPTIONS= x11 xcb @@ -28,6 +28,8 @@ BUILDLINK_DEPMETHOD.libXt?= build # only for configure CONFIGURE_ARGS+= --enable-xcb PLIST.xcb= yes . include "../../x11/libxcb/buildlink3.mk" +. else +CONFIGURE_ARGS+= --disable-xcb . endif .else |