diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2014-07-01 18:26:04 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2014-08-22 11:46:36 +0200 |
commit | 1f4b22a2b5e60e5cbf2b2468c6456962e2e33f7f (patch) | |
tree | e87289e1bc20a73afeb4d43187e9168f0ffa2a74 /libusbg.pc.in | |
parent | 4512c0aa2bd0b701f6c00dfdce253a9e9749a44e (diff) | |
download | libusbg-1f4b22a2b5e60e5cbf2b2468c6456962e2e33f7f.tar.gz libusbg-1f4b22a2b5e60e5cbf2b2468c6456962e2e33f7f.tar.bz2 libusbg-1f4b22a2b5e60e5cbf2b2468c6456962e2e33f7f.zip |
libusbg: Add dependency to libconfig
This library is used to import and export
gadget/function/config to and from file.
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Diffstat (limited to 'libusbg.pc.in')
-rw-r--r-- | libusbg.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusbg.pc.in b/libusbg.pc.in index 46eb245..e24d8d6 100644 --- a/libusbg.pc.in +++ b/libusbg.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: libusbg Description: USB gadget-configfs library -Requires: +Requires: libconfig Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lusbg Cflags: -I${includedir} |