Skip to content

Commit

Permalink
fix libtiff
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Dec 2, 2024
1 parent 795eeb5 commit 07974a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ xtraplatform-cql/src/main/gen/
.DS_Store
xtraplatform-cql/src/main/antlr/de/ii/xtraplatform/cql/infra/gen/
libs/
gradle.properties
2 changes: 1 addition & 1 deletion xtraplatform-proj/tiff.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ task getTiff(dependsOn: downloadTiff, type: Copy) {
task configureTiff(dependsOn: [getTiff, buildZlib], type: Exec) {
outputs.dir tiffBuildDir
workingDir tiffBuildDir
commandLine './configure', '--enable-static=false', '--disable-pixarlog', '--disable-cxx', "--with-zlib-include-dir=${zlibBuildDir}", "--with-zlib-lib-dir=${zlibBuildDir}"
commandLine './configure', '--enable-static=false', '--disable-pixarlog', '--disable-cxx', '--disable-libdeflate', '--disable-jbig', '--disable-jpeg', "--with-zlib-include-dir=${zlibBuildDir}", "--with-zlib-lib-dir=${zlibBuildDir}"
}

task buildTiff(dependsOn: configureTiff, type: Exec) {
Expand Down

0 comments on commit 07974a6

Please # to comment.