diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-01-25 19:30:39 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-01-25 19:30:39 +0000 |
commit | a94bdb3069d23d9b3ceda8addf371f7c84a3e99e (patch) | |
tree | 5ec3caeb21d408b76c972973b089b41785f1ae9b /testing/plymouth | |
parent | e6008f2c4d8a820d9238fbd14236e7f239848041 (diff) | |
download | aports-a94bdb3069d23d9b3ceda8addf371f7c84a3e99e.tar.bz2 aports-a94bdb3069d23d9b3ceda8addf371f7c84a3e99e.tar.xz |
testing/plymouth: makedepend on libtool
Diffstat (limited to 'testing/plymouth')
-rw-r--r-- | testing/plymouth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/plymouth/APKBUILD b/testing/plymouth/APKBUILD index 0b646bcdc9..11ed3c98a3 100644 --- a/testing/plymouth/APKBUILD +++ b/testing/plymouth/APKBUILD @@ -12,7 +12,7 @@ depends_dev="pango-dev gtk+3.0-dev libpng-dev libdrm-dev" -makedepends="$depends_dev docbook-xsl autoconf automake" +makedepends="$depends_dev docbook-xsl autoconf automake libtool" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-themes $pkgname-x11:_render $pkgname-drm:_render" source="http://www.freedesktop.org/software/plymouth/releases/plymouth-$pkgver.tar.bz2 |