Adriana Kobylak | a1fb5e6 | 2017-01-30 11:41:19 -0600 | [diff] [blame] | 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ |
| 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ |
| 5 | |
| 6 | Name: sdbusplus |
| 7 | Description: C++ bindings for systemd dbus APIs |
| 8 | URL: https://github.com/openbmc/sdbusplus |
| 9 | Version: @VERSION@ |
Brad Bishop | 5e70389 | 2017-02-10 11:52:48 -0500 | [diff] [blame] | 10 | Requires: @AX_PACKAGE_REQUIRES@ |
| 11 | Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@ |
Adriana Kobylak | a1fb5e6 | 2017-01-30 11:41:19 -0600 | [diff] [blame] | 12 | Libs: -L@libdir@ -lsdbusplus |
| 13 | Cflags: -I@includedir@ |
| 14 | |