~alpine/aports

community/wlroots: add xkeyboard-config dependency v1 APPLIED

Drew DeVault: 1
 community/wlroots: add xkeyboard-config dependency

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3221/mbox | git am -3
Learn more about email & git

[PATCH] community/wlroots: add xkeyboard-config dependency Export this patch

---
 community/wlroots/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.24.1