maemo/hildon-desktop: add libtool makedepend
Fix the following error message and make it build again: configure.ac:11: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
This commit is contained in:
parent
9e94a89cb4
commit
63ff1085b4
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Nikita Ukhrenkov <thekit@disroot.org>
|
||||
pkgname=hildon-desktop
|
||||
pkgver=2.2.157.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Hildon desktop for Fremantle"
|
||||
arch="all"
|
||||
url="https://github.com/maemo-leste/hildon-desktop"
|
||||
|
@ -13,6 +13,7 @@ makedepends="
|
|||
gnome-menus-dev
|
||||
libhildondesktop-dev
|
||||
libmatchbox2-dev
|
||||
libtool
|
||||
mce-headers
|
||||
profiled-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/hildon-desktop/archive/$pkgver.tar.gz
|
||||
|
|
Loading…
Reference in a new issue