We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
pkg-config libqrencode --cflags should return the following messages for example, but now there is no message.
$ pkg-config libqrencode --cflags -I/usr/pkg/include
Attached patch fix this problem.
Thank you.
--- libqrencode.pc.in.orig 2010-01-19 20:13:25.000000000 +0000 +++ libqrencode.pc.in @@ -7,3 +7,4 @@ Name: libqrencode Description: A QR Code encoding library Version: @Version@ Libs: -L${libdir} -lqrencode +Cflags: -I${includedir}
The text was updated successfully, but these errors were encountered:
Cflags has been set. (issue #2)
6ee1e1f
No branches or pull requests
Hi,
pkg-config libqrencode --cflags should return the following messages for example, but now there is no message.
$ pkg-config libqrencode --cflags
-I/usr/pkg/include
Attached patch fix this problem.
Thank you.
--- libqrencode.pc.in.orig 2010-01-19 20:13:25.000000000 +0000
+++ libqrencode.pc.in
@@ -7,3 +7,4 @@ Name: libqrencode
Description: A QR Code encoding library
Version: @Version@
Libs: -L${libdir} -lqrencode
+Cflags: -I${includedir}
The text was updated successfully, but these errors were encountered: