diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-08-11 17:42:36 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-11 13:34:46 -0300 |
commit | 241e9bf4c0d810e2a226fe47fafd860eb84e29b7 (patch) | |
tree | 37fa0456a8a52a28c89bccad62f332647afcf5a7 /community | |
parent | 40742ec8f99b5d431e8eeda8eeb9433330eb6680 (diff) | |
download | aports-241e9bf4c0d810e2a226fe47fafd860eb84e29b7.tar.bz2 aports-241e9bf4c0d810e2a226fe47fafd860eb84e29b7.tar.xz |
community/kwayland: add missing dependency
Diffstat (limited to 'community')
-rw-r--r-- | community/kwayland/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 |