Skip to content

Commit

Permalink
Update poppler pkg-config patches
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Nov 12, 2023
1 parent 401c867 commit 9d3d747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poppler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ tasks.register<CMakePortTask>("buildPort") {
doLast {
com.android.ndkports.Abi.values().forEach { abi ->
installDirectoryFor(abi)
.resolve("include/android.${abi.abiName}/lib/pkgconfig/poppler.pc").appendText(
.resolve("lib/pkgconfig/poppler.pc").appendText(
"Requires: freetype2 libpng16 libturbojpeg libtiff-4 libopenjp2 glib-2.0 cairo lcms2 fontconfig"
)
}
Expand All @@ -150,7 +150,7 @@ tasks.register<CMakePortTask>("buildPort") {
doLast {
com.android.ndkports.Abi.values().forEach { abi ->
installDirectoryFor(abi)
.resolve("include/android.${abi.abiName}/lib/pkgconfig/poppler.pc").appendText(
.resolve("lib/pkgconfig/poppler.pc").appendText(
"Requires: freetype2 libpng16 libturbojpeg libtiff-4 libopenjp2 glib-2.0 cairo lcms2"
)
}
Expand Down

0 comments on commit 9d3d747

Please sign in to comment.