diff options
author | Rob Taylor <robtaylor@floopily.org> | 2006-12-19 18:41:40 +0000 |
---|---|---|
committer | Rob Taylor <robtaylor@floopily.org> | 2006-12-19 18:41:40 +0000 |
commit | 0b512ad6c30f54aade6345f43211416a933c2378 (patch) | |
tree | dffa43c914a84388cf8611383a68758b8dc89689 /hal.pc.in | |
parent | 0aa15edea346a236441cf8bc2a5e7e53f8da7398 (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.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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@ |