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

Package 'openjp2', required by 'libopenjpip', not found #594

Closed
malaterre opened this issue Sep 16, 2015 · 5 comments
Closed

Package 'openjp2', required by 'libopenjpip', not found #594

malaterre opened this issue Sep 16, 2015 · 5 comments

Comments

@malaterre
Copy link
Collaborator

libopenjpip.pc has unsatisfied dependencies:

$ pkg-config --exists --print-errors libopenjpip
Package openjp2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `openjp2.pc'
to the PKG_CONFIG_PATH environment variable
Package 'openjp2', required by 'libopenjpip', not found

@malaterre
Copy link
Collaborator Author

@malaterre
Copy link
Collaborator Author

Requires: openjp2 should maybe read as Requires: libopenjp2

@malaterre
Copy link
Collaborator Author

ping ?

stweil added a commit to stweil/openjpeg that referenced this issue Jul 10, 2016
openjpeg provides libopenjp2.pc, so the require statements must refer to
libopenjp2 instead of openjp2.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
@stweil
Copy link
Contributor

stweil commented Jul 10, 2016

@malaterre, I just sent pull request #795 which should fix that. Maybe you want to review / test it.

@malaterre
Copy link
Collaborator Author

@stweil looks good to me 👍

@mayeut mayeut closed this as completed in 18da615 Jul 11, 2016
malaterre pushed a commit that referenced this issue Sep 13, 2016
openjpeg provides libopenjp2.pc, so the require statements must refer to
libopenjp2 instead of openjp2.
Fixes #594

Signed-off-by: Stefan Weil <sw@weilnetz.de>
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