openjpeg: explicitly enable pkg-config files

This commit is contained in:
darealshinji 2018-05-20 15:53:10 +02:00 committed by Tony Theodore
parent cd2ec54cec
commit 4bf16e7414
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ $(PKG)_DEPS := cc lcms libpng tiff zlib
define $(PKG)_BUILD
# build and install the library
cd '$(BUILD_DIR)' && $(TARGET)-cmake '$(SOURCE_DIR)' \
-DBUILD_TESTING=FALSE
-DBUILD_PKGCONFIG_FILES=ON \
-DBUILD_TESTING=OFF
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
$(MAKE) -C '$(BUILD_DIR)' -j 1 install
endef