Merge pull request #1421 from Biswa96/pkgconf-static
pkgconfig: Define OPJ_STATIC for static linking with pkgconf
This commit is contained in:
commit
86ae7d80bf
|
@ -12,3 +12,4 @@ Version: @OPENJPEG_VERSION@
|
|||
Libs: -L${libdir} -lopenjp2
|
||||
Libs.private: -lm
|
||||
Cflags: -I${includedir}
|
||||
Cflags.private: -DOPJ_STATIC
|
||||
|
|
|
@ -13,3 +13,4 @@ Requires: libopenjp2
|
|||
Libs: -L${libdir} -lopenjpip
|
||||
Libs.private: -lm -lcurl -lfcgi -lpthread
|
||||
Cflags: -I${includedir}
|
||||
Cflags.private: -DOPJ_STATIC
|
||||
|
|
Loading…
Reference in New Issue