pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cairo explicitly disable xcb if the option is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7ba247ca6d7
branches:  trunk
changeset: 609800:d7ba247ca6d7
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Oct 10 13:29:25 2012 +0000

description:
explicitly disable xcb if the option is deselected

diffstat:

 graphics/cairo/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7413ff56b371 -r d7ba247ca6d7 graphics/cairo/options.mk
--- a/graphics/cairo/options.mk Wed Oct 10 13:24:49 2012 +0000
+++ b/graphics/cairo/options.mk Wed Oct 10 13:29:25 2012 +0000
@@ -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 @@
 CONFIGURE_ARGS+=       --enable-xcb
 PLIST.xcb=             yes
 .  include "../../x11/libxcb/buildlink3.mk"
+.  else
+CONFIGURE_ARGS+=       --disable-xcb
 .  endif
 
 .else



Home | Main Index | Thread Index | Old Index