From 89c2c18b878e717c354e5a4246f8aa4af20ea588 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 10 Feb 2017 12:01:55 -0500 Subject: build: Use AX for pkg config Use an autoconf archive macro for pkg config so autoconf can fill out Requires.private in phosphor-dbus-interfaces.pc.in. Change-Id: Ica803a0f758871b192502be5c2cdc6e166337df2 Signed-off-by: Brad Bishop --- phosphor-dbus-interfaces.pc.in | 1 + 1 file changed, 1 insertion(+) (limited to 'phosphor-dbus-interfaces.pc.in') diff --git a/phosphor-dbus-interfaces.pc.in b/phosphor-dbus-interfaces.pc.in index 3240872..c669aa7 100644 --- a/phosphor-dbus-interfaces.pc.in +++ b/phosphor-dbus-interfaces.pc.in @@ -7,5 +7,6 @@ Name: phosphor-dbus-interfaces Description: Generated sdbusplus bindings for phosphor-dbus-interfaces. URL: https://github.com/openbmc/phosphor-dbus-interfaces Version: @VERSION@ +Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@ Libs: -L@libdir@ -lphosphor_dbus Cflags: -I@includedir@ -- cgit v1.2.1