gtklp: fix build

This commit is contained in:
q66 2019-12-18 22:00:24 +01:00
parent 377ea98119
commit c94c52e182

View file

@ -8,7 +8,11 @@ license="GPL-2"
build_style="gnu-configure"
configure_args="--enable-ssl --with-cups-config=${XBPS_CROSS_BASE}/usr/bin/cups-config"
short_desc="Gtk frontend to cups - IPP support"
hostmakedepends="automake pkg-config"
hostmakedepends="automake libtool pkg-config"
makedepends="libressl-devel gtk+-devel cups-devel"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.src.tar.gz"
checksum=6e105c22b8e3e855bfba060cb3285959841f04439077b0a533f14f6aa52bfbbf
pre_configure() {
autoreconf -if
}