[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.16 and 1.17

version 1.16, 2014/05/31 10:16:40 version 1.17, 2016/02/17 10:05:41
Line 30  CONFIGURE_ARGS+= --enable-xcb
Line 30  CONFIGURE_ARGS+= --enable-xcb
 PLIST.xcb=              yes  PLIST.xcb=              yes
 .  include "../../x11/libxcb/buildlink3.mk"  .  include "../../x11/libxcb/buildlink3.mk"
 .  else  .  else
 CONFIGURE_ARGS+=        --enable-xcb=no  CONFIGURE_ARGS+=        --disable-xcb
 .  endif  .  endif
   
 .else  .else
 CONFIGURE_ARGS+=        --disable-xlib  CONFIGURE_ARGS+=        --disable-xlib
 CONFIGURE_ARGS+=        --disable-xlib-xrender  CONFIGURE_ARGS+=        --disable-xlib-xrender
   CONFIGURE_ARGS+=        --disable-xcb
 .endif  .endif
   
 ###  ###

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>