Skip to content

Commit

Permalink
build: add use_system_libtiff
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Apr 3, 2023
1 parent 219509d commit 0e5a362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_sourcebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build PDFium (with syslibs)
if: ${{ matrix.use_syslibs }}
run: |
sudo apt-get install -y libfreetype-dev liblcms2-dev libjpeg-dev libopenjp2-7-dev libpng-dev zlib1g-dev libicu-dev
sudo apt-get install -y libfreetype-dev liblcms2-dev libjpeg-dev libopenjp2-7-dev libpng-dev zlib1g-dev libicu-dev libtiff-dev
python3 ./setupsrc/pypdfium2_setup/build_pdfium.py --use-syslibs
- name: Install & test
Expand Down
1 change: 1 addition & 0 deletions setupsrc/pypdfium2_setup/build_pdfium.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"use_system_libopenjpeg2": True,
"use_system_libpng": True,
"use_system_zlib": True,
"use_system_libtiff": True,
"sysroot": "/",
}

Expand Down

0 comments on commit 0e5a362

Please sign in to comment.