Skip to content

Commit

Permalink
Update fontforge-20230101 pkgconfig.pc file
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Dec 14, 2023
1 parent 8c58a48 commit e689719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fontforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val portVersion = when(project.findProperty("packageVersion")) {
"20200314"
}
else /* "20230101" */ -> {
version = "20230101-beta-9"
version = "20230101-beta-10"
"20230101"
}
}
Expand Down
2 changes: 1 addition & 1 deletion fontforge/patches/20230101/libfontforge.pc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Requires: libturbojpeg libpng16 libspiro libuninameslist freetype2 intl gio-2.0
Requires.private: cairo zlib
Libs: -L${libdir} -lfontforge
Libs.private: -L${libdir} -lltdl -lm
Cflags: -I${includedir}
Cflags: -I${includedir}/fontforge -I${includedir}/fontforge/inc -I${includedir}/private/fontforge
2 changes: 1 addition & 1 deletion pdf2htmlEX/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation("com.viliussutkus89.ndk.thirdparty:poppler${ndkVersionSuffix}-static:0.89.0-beta-3")
}
"0.18.8.rc2" -> {
implementation("com.viliussutkus89.ndk.thirdparty:fontforge${ndkVersionSuffix}-static:20230101-beta-9")
implementation("com.viliussutkus89.ndk.thirdparty:fontforge${ndkVersionSuffix}-static:20230101-beta-10")
implementation("com.viliussutkus89.ndk.thirdparty:poppler${ndkVersionSuffix}-static:21.02.0-beta-3")
}
}
Expand Down

0 comments on commit e689719

Please sign in to comment.