Bug 104265

Summary: pkgconfig file bindir not expanded
Product: dbus Reporter: Benedikt Heine <bebe>
Component: coreAssignee: D-Bus Maintainers <dbus>
Status: RESOLVED FIXED QA Contact: D-Bus Maintainers <dbus>
Severity: normal    
Priority: medium Keywords: patch
Version: 1.12   
Hardware: All   
OS: All   
Whiteboard: review+
i915 platform: i915 features:
Attachments: Resolve bindir variable in dbus-1.pc

Description Benedikt Heine 2017-12-14 14:33:43 UTC
Created attachment 136173 [details] [review]
Resolve bindir variable in dbus-1.pc

In pkg-config, the bindir variable is not expanded for the daemondir correctly.

pkg-config dbus-1 --variable=daemondir reports simply $bindir (which actually should be the expanded to the variable value of ${bindir}).

This patch just adds braces, that pkg-config resolves the variable correct.
Comment 1 Simon McVittie 2017-12-14 14:57:53 UTC
Thanks, makes sense.
Comment 2 Simon McVittie 2017-12-14 15:58:50 UTC
Fixed in git for 1.12.4, 1.13.0. Thanks!
Comment 3 Benedikt Heine 2017-12-14 16:02:55 UTC
Wow, that was fast! Thank you, Simon.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.