hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Fri Aug 4 12:37:18 PDT 2006


 doc/TODO  |    2 --
 hal.pc.in |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree ed5a49f12738fb2ce182f2781aa1d57d7ff4567b (from 963aa432d16ba81c3f5c404a02b8a5befef7521d)
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Fri Aug 4 21:34:15 2006 +0200

    Export hal user and group in pkg-config file
    
    Added hal user and group as Haluser and Halgroup pkg-config file (hal.pc)

diff --git a/doc/TODO b/doc/TODO
index 01c120a..3e67526 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 f638f2d..8e005e1 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@



More information about the hal-commit mailing list