Skip to content

Commit

Permalink
Add poppler-glib support for CentOS 8
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Sep 20, 2024
1 parent 8dd0dae commit 627d085
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rules/poppler-glib.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@
}
]
},
{
"packages": ["poppler-glib-devel"],
"pre_install": [
{ "command": "dnf install -y dnf-plugins-core" },
{ "command": "dnf config-manager --set-enabled powertools" }
],
"constraints": [
{
"os": "linux",
"distribution": "centos",
"versions": ["8"]
}
]
},
{
"packages": ["poppler-glib-devel"],
"pre_install": [
Expand Down

0 comments on commit 627d085

Please sign in to comment.