libbuild.sh: Install polkit-devel
We need this until the updated package with the polkit support added makes it into a repo. Closes: #825 Approved by: cgwalters
This commit is contained in:
parent
41a8c7a02e
commit
184c017b36
@ -23,6 +23,7 @@ install_builddeps() {
|
|||||||
|
|
||||||
# builddeps+runtime deps
|
# builddeps+runtime deps
|
||||||
dnf builddep -y $pkg
|
dnf builddep -y $pkg
|
||||||
|
dnf install -y polkit-devel
|
||||||
dnf install -y $pkg
|
dnf install -y $pkg
|
||||||
rpm -e $pkg
|
rpm -e $pkg
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user