Skip to content

Commit

Permalink
Update pdf2htmlEX dependency list
Browse files Browse the repository at this point in the history
Depend on poppler-glib instead of poppler
  • Loading branch information
ViliusSutkus89 committed Dec 14, 2023
1 parent ef6295e commit 4adf6ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pdf2htmlEX/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ group = rootProject.group
// Hardcode a list of available versions
val portVersion = when(project.findProperty("packageVersion")) {
"0.18.7-poppler-0.81.0" -> {
version = "0.18.7-poppler-0.81.0-beta-3"
version = "0.18.7-poppler-0.81.0-beta-4"
"0.18.7-poppler-0.81.0"
}
else /* "0.18.8.rc1" */ -> {
version = "0.18.8.rc1-beta-3"
version = "0.18.8.rc1-beta-4"
"0.18.8.rc1"
}
}
Expand Down Expand Up @@ -151,7 +151,7 @@ tasks.prefabPackage {
"//cairo:cairo",
"//freetype:freetype",
"//fontforge:fontforge",
"//poppler:poppler",
"//poppler:poppler-glib",
))
}
}
Expand Down

0 comments on commit 4adf6ab

Please sign in to comment.