[arch-commits] Commit in wayland/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Thu Feb 18 11:27:57 UTC 2016
Date: Thursday, February 18, 2016 @ 12:27:57
Author: seblu
Revision: 259945
upgpkg: wayland 1.10.0-1
Modified:
wayland/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-18 08:54:24 UTC (rev 259944)
+++ PKGBUILD 2016-02-18 11:27:57 UTC (rev 259945)
@@ -11,7 +11,7 @@
url='http://wayland.freedesktop.org'
license=('MIT')
depends=('glibc' 'libffi' 'expat' 'libxml2')
-makedepends=('doxygen' 'xmlto' 'graphviz')
+makedepends=('doxygen' 'xmlto' 'graphviz' 'docbook-xsl')
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
sha1sums=('a593c012233942ac9b0291dace6bb4a068ee99ea')
@@ -18,7 +18,8 @@
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr \
+ ./configure \
+ --prefix=/usr \
--disable-static
make
}
More information about the arch-commits
mailing list