Skip to content
New issue

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

Please support pkg-config --cflags #2

Closed
ryoon opened this issue Jul 20, 2011 · 0 comments
Closed

Please support pkg-config --cflags #2

ryoon opened this issue Jul 20, 2011 · 0 comments

Comments

@ryoon
Copy link

ryoon commented Jul 20, 2011

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants