diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-10 19:56:56 -0500 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-11 02:00:41 +0100 |
commit | f64dbc67cd4361cbbfbf612eef7aafc6318774a8 (patch) | |
tree | f7657a55c7b65a48c01fdc6fc7fd7d3dc0613aa2 /community | |
parent | c79931cebd4fbfbde4fe820cb0cfdd026ea28c03 (diff) | |
download | aports-f64dbc67cd4361cbbfbf612eef7aafc6318774a8.tar.bz2 aports-f64dbc67cd4361cbbfbf612eef7aafc6318774a8.tar.xz |
community/wlroots: add xkeyboard-config dependency
Diffstat (limited to 'community')
-rw-r--r-- | community/wlroots/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/wlroots/APKBUILD b/community/wlroots/APKBUILD index 1036a62886..af77ca9184 100644 --- a/community/wlroots/APKBUILD +++ b/community/wlroots/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=wlroots pkgver=0.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="A modular Wayland compositor library" url="https://github.com/swaywm/wlroots" arch="all" @@ -23,6 +23,7 @@ makedepends=" wayland-protocols xcb-util-image-dev xcb-util-wm-dev + xkeyboard-config " subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz |