Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
libtiff: Include jbig support
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarteberg committed Nov 6, 2015
1 parent b011b66 commit 1e3b45f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libtiff/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ TIFF_DOC="${PREFIX}/tiff-doc"
mkdir "${TIFF_BIN}" "${TIFF_SHARE}" "${TIFF_DOC}"

# Pass explicit paths to the prefix for each dependency.
# Also, we don't support jbig, so disable it to avoid accidentally
# picking it up from the build machine (if it happens to be present).
./configure --prefix="${PREFIX}" \
--with-zlib-include-dir="${PREFIX}/include" \
--with-zlib-lib-dir="${PREFIX}/lib" \
--with-jpeg-include-dir="${PREFIX}/include" \
--with-jpeg-lib-dir="${PREFIX}/lib" \
--with-jbig-include-dir="${PREFIX}/include" \
--with-jbig-lib-dir="${PREFIX}/lib" \
--with-lzma-include-dir="${PREFIX}/include" \
--with-lzma-lib-dir="${PREFIX}/lib" \
--disable-jbig \
--bindir="${TIFF_BIN}" \
--datarootdir="${TIFF_SHARE}" \
--docdir="${TIFF_DOC}" \
Expand Down
2 changes: 2 additions & 0 deletions libtiff/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ requirements:
- zlib
- jpeg
- xz # provides liblzma
- jbig # [not win]
run:
- zlib
- jpeg
- xz # provides liblzma
- jbig # [not win]

about:
home: http://www.libtiff.org/
Expand Down

0 comments on commit 1e3b45f

Please sign in to comment.