diff --git a/conda/build.sh b/conda/build.sh index 8e59217fea6873cde593cc8dddea63601385107c..3cc76526bb35c4f587d035e01b7ee0cd083555db 100755 --- a/conda/build.sh +++ b/conda/build.sh @@ -30,6 +30,8 @@ PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig;${BUILD_PREFIX}/${HOST}/sysroot/usr/lib -DTREX_BUILD_OPENCV=ON \ -DTREX_BUILD_GLFW=${BUILD_GLFW} \ -DTREX_BUILD_ZLIB=ON \ + -DTREX_BUILD_PNG=ON \ + -DTREX_BUILD_ZIP=ON \ -DTREX_CONDA_PACKAGE_INSTALL=ON \ -DTREX_DONT_USE_PCH=ON \ -DTREX_WITH_TESTS=OFF \ diff --git a/conda/meta.yaml b/conda/meta.yaml index abe71cf8a35ef147bc7e10a1c5c6ba48184d3514..d54464d3898a7ee3a502c02ae4c0ff41fb64aaf5 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -4,7 +4,7 @@ package: source: git_url: https://github.com/mooch443/trex.git - git_rev: 4ff77b21f67b8d156b2b687fee0ec163146397bb + git_rev: 90e1c23457dfa623376617607373b433511dc4b1 git_depth: 1 build: