summaryrefslogtreecommitdiff
path: root/hal.pc.in
diff options
context:
space:
mode:
authorRob Taylor <robtaylor@floopily.org>2006-12-19 18:41:40 +0000
committerRob Taylor <robtaylor@floopily.org>2006-12-19 18:41:40 +0000
commit0b512ad6c30f54aade6345f43211416a933c2378 (patch)
treedffa43c914a84388cf8611383a68758b8dc89689 /hal.pc.in
parent0aa15edea346a236441cf8bc2a5e7e53f8da7398 (diff)
Make haldaemon and haluser vaiables in hal.pc
Makes haldaemon and haluser variables so users can read them using pkg-config (previously they were keywords, which are reserved for pkg-config extension)
Diffstat (limited to 'hal.pc.in')
-rw-r--r--hal.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/hal.pc.in b/hal.pc.in
index 8e005e1c..8af0ba75 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@