systemd/systemd: fix libpwquality dependency
Without installing -dev package on build, libpwquality support is not enabled. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8718>
This commit is contained in:
parent
33f463cd23
commit
d7af540929
1 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ makedepends="
|
|||
libintl
|
||||
libiptcdata-dev
|
||||
libmicrohttpd-dev
|
||||
libpwquality
|
||||
libpwquality-dev
|
||||
libqrencode-dev
|
||||
libseccomp-dev
|
||||
libselinux-dev
|
||||
|
|
@ -113,6 +113,7 @@ depends="
|
|||
libgcrypt
|
||||
libidn2
|
||||
libmount
|
||||
libpwquality
|
||||
libqrencode
|
||||
libseccomp
|
||||
libxkbcommon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue