[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / cairo

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/graphics/cairo/options.mk between version 1.11 and 1.12

version 1.11, 2012/10/20 00:55:06 version 1.12, 2012/11/01 08:54:46
Line 14  PLIST_VARS+=  carbon x11 xcb
Line 14  PLIST_VARS+=  carbon x11 xcb
 .if !empty(PKG_OPTIONS:Mx11) || !empty(PKG_OPTIONS:Mxcb)  .if !empty(PKG_OPTIONS:Mx11) || !empty(PKG_OPTIONS:Mxcb)
 CONFIGURE_ARGS+=        --enable-xlib  CONFIGURE_ARGS+=        --enable-xlib
 CONFIGURE_ARGS+=        --enable-xlib-xrender  CONFIGURE_ARGS+=        --enable-xlib-xrender
 PLIST.gl=               yes  # does not build against NetBSD-5's MesaLib, and is according
   # to upstream, only used by "toy applications"
   CONFIGURE_ARGS+=        --disable-gl
 PLIST.x11=              yes  PLIST.x11=              yes
 .include "../../graphics/MesaLib/buildlink3.mk"  .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"  .include "../../x11/libXext/buildlink3.mk"

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>