[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.6 and 1.7

version 1.6, 2010/10/13 00:11:21 version 1.7, 2012/09/07 15:24:03
Line 6  PKG_SUGGESTED_OPTIONS= x11 xcb
Line 6  PKG_SUGGESTED_OPTIONS= x11 xcb
   
 .include "../../mk/bsd.options.mk"  .include "../../mk/bsd.options.mk"
   
 PLIST_VARS+=            x11 xcb  PLIST_VARS+=            carbon x11 xcb
   
 ###  ###
 ### X11 and XCB support (XCB implies X11)  ### X11 and XCB support (XCB implies X11)
 ###  ###
 .if !empty(PKG_OPTIONS:Mx11) || !empty(PKG_OPTIONS:Mxcb)  .if !empty(PKG_OPTIONS:Mx11) || !empty(PKG_OPTIONS:Mxcb)
 CONFIGURE_ARGS+=        --enable-xlib --enable-xlib-xrender  CONFIGURE_ARGS+=        --enable-xlib
   CONFIGURE_ARGS+=        --enable-xlib-xrender
   PLIST.gl=               yes
 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"
Line 22  PLIST.x11=  yes
Line 24  PLIST.x11=  yes
 BUILDLINK_DEPMETHOD.libXt?=     build # only for configure  BUILDLINK_DEPMETHOD.libXt?=     build # only for configure
 .include "../../x11/libXt/buildlink3.mk"  .include "../../x11/libXt/buildlink3.mk"
   
 .if !empty(PKG_OPTIONS:Mxcb)  .  if !empty(PKG_OPTIONS:Mxcb)
 CONFIGURE_ARGS+=        --enable-xcb  CONFIGURE_ARGS+=        --enable-xcb
 PLIST.xcb=              yes  PLIST.xcb=              yes
 .include "../../x11/libxcb/buildlink3.mk"  .  include "../../x11/libxcb/buildlink3.mk"
 .endif  .  endif
   
 .else  .else
 CONFIGURE_ARGS+=        --disable-xlib --disable-xlib-xrender --disable-gl  CONFIGURE_ARGS+=        --disable-gl
   CONFIGURE_ARGS+=        --disable-xlib
   CONFIGURE_ARGS+=        --disable-xlib-xrender
 .endif  .endif

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>