mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
graphics/colord: Add polkit build option
PR: 231729 Submitted by: Ali Abdallah <ali.abdallah@suse.com> (previous version) Approved by: maintainer timeout (kwm, >1 month)
This commit is contained in:
parent
537e0bbec5
commit
5e52d5f64e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561864
@ -13,8 +13,7 @@ COMMENT= Manage color profiles to accurately color input/output devices
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= spotread:graphics/argyllcms
|
||||
LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \
|
||||
libdbus-1.so:devel/dbus \
|
||||
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||
liblcms2.so:graphics/lcms2
|
||||
RUN_DEPENDS= spotread:graphics/argyllcms
|
||||
|
||||
@ -41,12 +40,16 @@ INSTALL_TARGET= install-strip
|
||||
GLIB_SCHEMAS= org.freedesktop.ColorHelper.gschema.xml
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFINE= MANPAGES PPROFILES VALA
|
||||
OPTIONS_DEFAULT=VALA
|
||||
OPTIONS_DEFINE= POLKIT MANPAGES PPROFILES VALA
|
||||
OPTIONS_DEFAULT=POLKIT VALA
|
||||
|
||||
PPROFILES_DESC= Build extra print profiles (long build time)
|
||||
POLKIT_DESC= Build with Polkit support
|
||||
VALA_DESC= Build Vala language bindings
|
||||
|
||||
POLKIT_LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit
|
||||
POLKIT_CONFIGURE_ENABLE= polkit
|
||||
|
||||
MANPAGES_BUILD_DEPENDS= docbook2html:textproc/docbook-utils \
|
||||
docbook-sgml>0:textproc/docbook-sgml
|
||||
PPROFILES_CONFIGURE_ENABLE= print-profiles
|
||||
|
Loading…
Reference in New Issue
Block a user