[PATCH] Make haldaemon and haluser vaiables in hal.pc

Rob Taylor rob.taylor at collabora.co.uk
Wed Dec 13 09:41:38 PST 2006


Makes haldaemon and haluser variables so users can read them using
pkg-config (previously they were keywords, which are reserved for
pkg-config extension)

Ok to commit?

Thanks,
Rob Taylor
-------------- next part --------------
diff --git a/hal.pc.in b/hal.pc.in
index 8e005e1..8af0ba7 100644
--- a/hal.pc.in
+++ b/hal.pc.in
@@ -2,6 +2,8 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
+haluser=@HAL_USER@
+halgroup=@HAL_GROUP@
 
 Name: hal
 Description: Free desktop hardware abstraction layer
@@ -9,5 +11,3 @@ Version: @VERSION@
 Requires: dbus-1
 Libs: -L${libdir} -lhal
 Cflags: -DDBUS_API_SUBJECT_TO_CHANGE -I${includedir}/hal
-Haluser: @HAL_USER@
-Halgroup: @HAL_GROUP@


More information about the hal mailing list