~alpine/aports

community/kwayland: add missing dependency v1 PROPOSED

Bart Ribbers: 1
 community/kwayland: add missing dependency

 1 files changed, 1 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/2913/mbox | git am -3
Learn more about email & git

[PATCH] community/kwayland: add missing dependency Export this patch

---
 community/kwayland/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/kwayland/APKBUILD b/community/kwayland/APKBUILD
index 3586a46062..fed93dfe58 100644
--- a/community/kwayland/APKBUILD
+++ b/community/kwayland/APKBUILD
@@ -8,7 +8,7 @@ arch="all"
url="https://www.kde.org"
license="LGPL-2.1-only OR LGPL-3.0-only"
depends_dev="qt5-qtbase-dev wayland-dev"
makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev"
makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev wayland-protocols"
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-doc"
options="!check" # Fails due to requiring running Wayland compositor
-- 
2.21.0