Skip to content

Commit

Permalink
[FontForge] Disable post build pkg-config.pc manipulation
Browse files Browse the repository at this point in the history
(will probably error out when building downstream project)
  • Loading branch information
ViliusSutkus89 committed Nov 3, 2023
1 parent 3bdf216 commit 8ad45fa
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions fontforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -221,19 +221,6 @@ if (portVersion == "20170731") {
env["LDFLAGS"] = "-L${it.resolve("lib")}"
}
}
doLast {
com.android.ndkports.Abi.values().forEach { abi ->
installDirectoryFor(abi)
.resolve("include/android.${abi.abiName}/lib/pkgconfig/libfontforge.pc")
.replace("-ljpeg", "")
.replace("-lpng16", "")
.replace("-lspiro", "")
.replace("-luninameslist", "")
.replace(
"Requires.private:",
"Requires.private: freetype2 intl gio-2.0 libturbojpeg libuninameslist libxml-2.0 libspiro pango libpng16"
)
}
}
}
} else {
Expand Down

0 comments on commit 8ad45fa

Please sign in to comment.