mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Make the cairo and gdkpixbuf2 dependencies conditional on
GTKBACKEND and GTKAGGBACKEND. This change restores headless support. Approved by: maintainer (by mail)
This commit is contained in:
parent
89f4af7d98
commit
9d2c409fc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408914
@ -26,7 +26,6 @@ RUN_DEPENDS= ${PYNUMPY} \
|
||||
|
||||
USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_GNOME= cairo gdkpixbuf2
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND QT4AGGBACKEND \
|
||||
@ -36,9 +35,9 @@ OPTIONS_SUB= yes
|
||||
GTKBACKEND_DESC= GTK backend support
|
||||
GTKBACKEND_VARS= GTK_BACKEND=True
|
||||
GTKBACKEND_VARS_OFF= GTK_BACKEND=False
|
||||
GTKBACKEND_USE= GNOME=gtk20,pygtk2
|
||||
GTKBACKEND_USE= GNOME=gtk20,pygtk2,cairo,gdkpixbuf2
|
||||
GTKAGGBACKEND_DESC= GTKAgg backend support
|
||||
GTKAGGBACKEND_USE= GNOME=gtk20,pygtk2
|
||||
GTKAGGBACKEND_USE= GNOME=gtk20,pygtk2,cairo,gdkpixbuf2
|
||||
GTKAGGBACKEND_VARS= GTKAGG_BACKEND=True
|
||||
GTKAGGBACKEND_VARS_OFF= GTKAGG_BACKEND=False
|
||||
QT4AGGBACKEND_DESC= Qt4Agg backend support
|
||||
|
Loading…
Reference in New Issue
Block a user