[Lunar-commits] <moonbase-other> colord: A couple of adjustments as shown in the added BUILD.
stumbles
stumbles at lunar-linux.org
Tue Oct 16 13:03:58 CEST 2012
commit ce81215b1861bfa9363b606a4764e18780c616c1
Author: stumbles <stumbles at lunar-linux.org>
Date: Tue, 16 Oct 2012 04:03:58 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ce81215b1861bfa9363b606a4764e18780c616c1
colord: A couple of adjustments as shown in the added BUILD.
---
graphics/colord/BUILD | +8/-0
graphics/colord/CONFIGURE | +2/-4
2 files changed, 10 insertions(+), 4 deletions(-)
--- /dev/null
+++ b/graphics/colord/BUILD
@@ -0,0 +1,8 @@
+(
+
+ add_priv_group colord &&
+ add_priv_user colord -d /var/run/colord -g colord &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- a/graphics/colord/CONFIGURE
+++ b/graphics/colord/CONFIGURE
@@ -1,8 +1,6 @@
mquery ENBL_EXAMP "Enable DBus example code?" n "--enable-examples" "--disable-examples"
+mquery ENBL_DISCRIPT "Enable file descriptor fallback?" n "--enable-fd-fallback" "--disable-fd-fallback"
+mquery ENBL_VOL_SRCH "Enable profile volume search" y "--enable-volume-search" "--disable-volume-search"
# this fails without gusb with 0.1.22
#mquery ENBL_REVERSE "Enable reverse engineering tools?" n "--enable-reverse" "--disable-reverse"
-
-mquery ENBL_DISCRIPT "Enable file descriptor fallback?" n "--enable-fd-fallback" "--disable-fd-fallback"
-mquery ENBL_VOL_SRCH "Enable profile volume search" y "--enable-volume-search" "--disable-volume-search"
-mquery ENBL_DAEMON "Enable User for running the colord daemon (root)" y "--with-daemon-user" "--without-daemon-user"
More information about the Lunar-commits
mailing list