SHA256
1
0
forked from pool/zxing-cpp
zxing-cpp/fix-pkg-config-file.patch

14 lines
435 B
Diff
Raw Normal View History

Index: zxing-cpp-1.1.0/zxing.pc.in
===================================================================
--- zxing-cpp-1.1.0.orig/zxing.pc.in
+++ zxing-cpp-1.1.0/zxing.pc.in
@@ -5,6 +5,6 @@ includedir=${prefix}/@CMAKE_INSTALL_INCL
Name: ZXing
Description: ZXing library set
-Version: @VERSION@
-Libs: -L${libdir} -l@TARGET_ZXING@
+Version: @PROJECT_VERSION@
+Libs: -L${libdir} -lZXing
Cflags: -I${includedir} -I${includedir}/ZXing