diff options
author | Daniel Isaksen <d@duniel.no> | 2018-11-17 17:47:56 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-11-18 08:46:08 +0000 |
commit | 21e0088fa65ab3a54943ad9cdbf9cd2c53da3bd7 (patch) | |
tree | 4cf4457873ad2fe74fd1e5d4e0520f9d7538a58d /community/i3wm/APKBUILD | |
parent | b9c55c0fc9bea344a0a2b2c9c1d1fee962d61380 (diff) | |
download | aports-21e0088fa65ab3a54943ad9cdbf9cd2c53da3bd7.tar.bz2 aports-21e0088fa65ab3a54943ad9cdbf9cd2c53da3bd7.tar.xz |
community/i3wm: add perl as a dependency
Diffstat (limited to 'community/i3wm/APKBUILD')
-rw-r--r-- | community/i3wm/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/i3wm/APKBUILD b/community/i3wm/APKBUILD index a97a0b01ab..d7545ee975 100644 --- a/community/i3wm/APKBUILD +++ b/community/i3wm/APKBUILD @@ -9,7 +9,8 @@ arch="all" license="BSD-3-Clause" makedepends="$depends_dev bison flex libxcb-dev xcb-util-cursor-dev xcb-util-keysyms-dev xcb-util-wm-dev libev-dev pango-dev cairo-dev - yajl-dev startup-notification-dev pcre-dev libxkbcommon-dev xcb-util-xrm-dev" + yajl-dev startup-notification-dev pcre-dev libxkbcommon-dev + xcb-util-xrm-dev perl" subpackages="$pkgname-doc" source="https://i3wm.org/downloads/i3-$pkgver.tar.bz2 i3wm-musl-glob-tilde.patch |