diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2006-08-04 21:34:15 +0200 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2006-08-04 21:34:15 +0200 |
commit | ed5a49f12738fb2ce182f2781aa1d57d7ff4567b (patch) | |
tree | d61593c62eed6c27f21b45dcaa5310bac2c51dfa | |
parent | 963aa432d16ba81c3f5c404a02b8a5befef7521d (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/TODO | 2 | ||||
-rw-r--r-- | hal.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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@ |