diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-16 21:05:05 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-16 21:05:05 +0200 |
commit | b01d94d46a60b5ee5241ec020971839c517215a2 (patch) | |
tree | e33d3cfc796c5f1e355b164721993c348331232a /community | |
parent | ed9ed0c6c6d5e24bfc3879f835032d4996159984 (diff) | |
download | aports-b01d94d46a60b5ee5241ec020971839c517215a2.tar.bz2 aports-b01d94d46a60b5ee5241ec020971839c517215a2.tar.xz |
community/xcb-util-xrm: add missing build dependency m4
This was my fault.
Diffstat (limited to 'community')
-rw-r--r-- | community/xcb-util-xrm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xcb-util-xrm/APKBUILD b/community/xcb-util-xrm/APKBUILD index ddde1df9ee..d35856cada 100644 --- a/community/xcb-util-xrm/APKBUILD +++ b/community/xcb-util-xrm/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Utility functions for the X resource manager" url="https://github.com/Airblader/xcb-util-xrm/" arch="all" 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" subpackages="$pkgname-dev" builddir="$srcdir/$pkgname-$pkgver" |