mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 20:22:38 +01:00
sys-auth/fprintd: use meson_use instead of usex
This commit is contained in:
@@ -34,11 +34,11 @@ S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dpam=$(usex pam true false)
|
||||
-Dpam_modules_dir="$(getpam_mod_dir)"
|
||||
$(meson_use pam)
|
||||
$(meson_use doc gtk_doc)
|
||||
-Dsystemd=true
|
||||
-Dpam_modules_dir="$(getpam_mod_dir)"
|
||||
-Dsystemd_system_unit_dir="$(systemd_get_systemunitdir)"
|
||||
-Dgtk_doc=$(usex doc true false)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user