Skip to content

Commit

Permalink
Force Poppler to install to /app/lib directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
luleyleo committed Feb 20, 2025
1 parent cd93f98 commit e6f524f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-aux/de.leopoldluley.Clapgrep.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
{
"name": "poppler",
"buildsystem": "cmake-ninja",
"build-options": {
"env": {
"CMAKE_INSTALL_LIBDIR": "lib"
}
},
"config-opts": [
"-DBUILD_GTK_TESTS=OFF",
"-DBUILD_CPP_TESTS=OFF",
Expand Down

0 comments on commit e6f524f

Please sign in to comment.