community/xcb-util-xrm: add missing build dependency m4

This was my fault.
This commit is contained in:
Jakub Jirutka 2017-05-16 21:05:05 +02:00
parent ed9ed0c6c6
commit b01d94d46a

View File

@ -7,7 +7,7 @@ pkgdesc="Utility functions for the X resource manager"
url="https://github.com/Airblader/xcb-util-xrm/" url="https://github.com/Airblader/xcb-util-xrm/"
arch="all" arch="all"
license="MIT" license="MIT"
makedepends="libx11-dev libxcb-dev xcb-util-dev util-macros bsd-compat-headers" makedepends="libx11-dev libxcb-dev xcb-util-dev util-macros bsd-compat-headers m4"
source="https://github.com/Airblader/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" source="https://github.com/Airblader/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
builddir="$srcdir/$pkgname-$pkgver" builddir="$srcdir/$pkgname-$pkgver"