polkit-elogind: add libtool as a host dependency

Libtool is needed to bootstrap the autotools configure script,
so it should not build without it. I'm not sure how it did,
but add the dependency properly.
This commit is contained in:
q66 2018-12-20 01:24:45 +01:00 committed by maxice8
parent f32a9d13d7
commit a4bc712340

View file

@ -6,8 +6,8 @@ wrksrc="polkit-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="$(vopt_enable gir introspection) --disable-static configure_args="$(vopt_enable gir introspection) --disable-static
--with-authfw=pam --with-os-type=void --with-mozjs=mozjs-52.0" --with-authfw=pam --with-os-type=void --with-mozjs=mozjs-52.0"
hostmakedepends="automake gettext-devel git glib-devel gobject-introspection hostmakedepends="automake libtool gettext-devel git glib-devel
gtk-doc intltool pkg-config" gobject-introspection gtk-doc intltool pkg-config"
makedepends="elogind-devel libglib-devel mozjs52-devel pam-devel" makedepends="elogind-devel libglib-devel mozjs52-devel pam-devel"
system_accounts="polkitd" system_accounts="polkitd"
short_desc="Authorization Toolkit" short_desc="Authorization Toolkit"