colord: disable argyllcms-sensor for now.
This commit is contained in:
parent
f1682e58d3
commit
34abd971d6
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
configure_args="--disable-static --disable-schemas-compile
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
|
--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-vala
|
||||||
--with-udevrulesdir=/usr/lib/udev/rules.d --with-daemon-user=colord
|
--with-udevrulesdir=/usr/lib/udev/rules.d --with-daemon-user=colord
|
||||||
--enable-polkit --enable-gusb --enable-udev --enable-sane"
|
--enable-polkit --enable-gusb --enable-udev --enable-sane
|
||||||
|
--disable-argyllcms-sensor"
|
||||||
conf_files="/etc/colord.conf"
|
conf_files="/etc/colord.conf"
|
||||||
replaces="shared-color-profiles>=0"
|
replaces="shared-color-profiles>=0"
|
||||||
system_accounts="colord"
|
system_accounts="colord"
|
||||||
|
@ -26,7 +27,7 @@ makedepends="vala-devel>=0.20 libgudev-devel polkit-devel lcms2-devel dbus-devel
|
||||||
libusb-devel libgusb-devel>=0.1.6 sqlite-devel sane-devel bash-completion"
|
libusb-devel libgusb-devel>=0.1.6 sqlite-devel sane-devel bash-completion"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" which automake libtool gettext-devel glib-devel gtk-doc colord gobject-introspection"
|
hostmakedepends+=" automake libtool gettext-devel glib-devel gtk-doc colord gobject-introspection"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue