File link-correct-library.patch of Package libusbgx
From 390f3ad9c42873f2963fb249cbbb265d9dccaabf Mon Sep 17 00:00:00 2001
From: Krzysztof Opasiak <k.opasiak@samsung.com>
Date: Mon, 25 Jan 2016 19:58:34 +0100
Subject: [PATCH] libusbgx: Fix pkgconfig to link correct library
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
---
libusbgx.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libusbgx.pc.in b/libusbgx.pc.in
index 8ea8fb5..c591658 100644
--- a/libusbgx.pc.in
+++ b/libusbgx.pc.in
@@ -7,5 +7,5 @@ Name: libusbgx
Description: USB gadget-configfs library
Requires: libconfig
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lusbg
+Libs: -L${libdir} -lusbgx
Cflags: -I${includedir}