diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-01-20 09:09:54 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-01-20 09:09:54 +0000 |
commit | 9d5e918f42ffae6601d54f9f341f2bd8ecd24730 (patch) | |
tree | 304b23ce7a504991b47cb3514c8dfc7b3bb06d7c /testing | |
parent | b01972b7d6aa78e8f5a7fc304d01dbbd2447086f (diff) | |
download | aports-9d5e918f42ffae6601d54f9f341f2bd8ecd24730.tar.bz2 aports-9d5e918f42ffae6601d54f9f341f2bd8ecd24730.tar.xz |
testing/plymouth: add docbook-xsl to makedepends (for man pages)
Diffstat (limited to 'testing')
-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 f94be44cb4..3a797ec59a 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" +makedepends="$depends_dev docbook-xsl" 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 |