Skip to content

Commit

Permalink
Fix dependency for pkg-config (issue #594) (#795)
Browse files Browse the repository at this point in the history
openjpeg provides libopenjp2.pc, so the require statements must refer to
libopenjp2 instead of openjp2.
Fixes #594

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil authored and malaterre committed Sep 13, 2016
1 parent 37b1679 commit ae2095e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/openjpip/libopenjpip.pc.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name: openjpip
Description: JPEG2000 Interactivity tools, APIs and protocols (Part 9)
URL: http://www.openjpeg.org/
Version: @OPENJPEG_VERSION@
Requires: openjp2
Requires: libopenjp2
Libs: -L${libdir} -lopenjpip
Libs.private: -lm -lcurl -lfcgi -lpthread
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion src/lib/openjpwl/libopenjpwl.pc.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name: openjpwl
Description: JPEG2000 Wireless library (Part 11)
URL: http://www.openjpeg.org/
Version: @OPENJPEG_VERSION@
Requires: openjp2
Requires: libopenjp2
Libs: -L${libdir} -lopenjpwl
Libs.private: -lm
Cflags: -I${includedir}

0 comments on commit ae2095e

Please sign in to comment.