Skip to content

Commit

Permalink
Added glib and glib-gir dependencies (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-h2o committed May 31, 2024
1 parent e796349 commit e57ab80
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion poppler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ environment:
- libnss-dev
- libnspr-dev
- tiff-dev
- glib-dev
- glib-gir
- zlib-dev
- openjpeg-dev
- openjpeg-tools
Expand Down Expand Up @@ -56,4 +58,7 @@ pipeline:
-DENABLE_LIBCURL=OFF \
-DENABLE_QT5=OFF \
-DENABLE_QT6=OFF \
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON
cmake --build build
- uses: strip

0 comments on commit e57ab80

Please sign in to comment.