summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2006-08-04 21:34:15 +0200
committerDanny Kukawka <danny.kukawka@web.de>2006-08-04 21:34:15 +0200
commited5a49f12738fb2ce182f2781aa1d57d7ff4567b (patch)
treed61593c62eed6c27f21b45dcaa5310bac2c51dfa
parent963aa432d16ba81c3f5c404a02b8a5befef7521d (diff)
Export hal user and group in pkg-config file
Added hal user and group as Haluser and Halgroup pkg-config file (hal.pc)
-rw-r--r--doc/TODO2
-rw-r--r--hal.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 01c120ab..3e675266 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -15,8 +15,6 @@ Ongoing items that always need work
Items specifically planned for 0.5.8
------------------------------------
- - Export hal user and group in pkg-config file
-
- Provide a libhal_device_set_all_properties plus functions to construct
a LibHalPropertySet
diff --git a/hal.pc.in b/hal.pc.in
index f638f2d9..8e005e1c 100644
--- a/hal.pc.in
+++ b/hal.pc.in
@@ -9,3 +9,5 @@ Version: @VERSION@
Requires: dbus-1
Libs: -L${libdir} -lhal
Cflags: -DDBUS_API_SUBJECT_TO_CHANGE -I${includedir}/hal
+Haluser: @HAL_USER@
+Halgroup: @HAL_GROUP@