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

Require specific brotli libraries in pkg-config files #95

Merged
merged 1 commit into from
Oct 9, 2017

Conversation

tpopela
Copy link
Contributor

@tpopela tpopela commented Oct 9, 2017

Before this change:
$ pkg-config --libs libwoff2dec
-lwoff2dec

after:
$ pkg-config --libs libwoff2dec
-lwoff2dec -lbrotlidec

Before this change:
$ pkg-config --libs libwoff2dec
-lwoff2dec

after:
$ pkg-config --libs libwoff2dec
-lwoff2dec -lbrotlidec
@tpopela
Copy link
Contributor Author

tpopela commented Oct 9, 2017

@fred-wang

@fred-wang
Copy link
Contributor

lgtm, thanks! 👍 Let's see what @rsheeter says...

@rsheeter
Copy link
Contributor

rsheeter commented Oct 9, 2017

Not overly familiar with cmake but seems reasonable. @fred-wang thanks for reviewing :)

@rsheeter rsheeter merged commit 550cfa6 into google:master Oct 9, 2017
@mcatanzaro
Copy link

Hey @rsheeter, could you make a new release with this commit please? It's not a CMake problem, but a pkg-config problem: any application trying to link to woff2 using pkg-config has to know about and manually link to libbrotli without this.

@rsheeter
Copy link
Contributor

Added a 1.0.2

@orynider
Copy link

Hello, You can make win32 or 32/64 versions of woff2_compress.exe and woff2_decompress.exe ?

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

Successfully merging this pull request may close these issues.

5 participants