diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-22 11:51:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-22 11:51:31 +0000 |
commit | 33b92c793e36a67c2d6ce41760765c1f9c926789 (patch) | |
tree | 68cbcf77c171b42dd43abff08fe3c398a505d9e9 /community/qt5-qtwayland | |
parent | 72c7a7a3caf28c06289dc5f65e1756b38cfb00ca (diff) | |
download | aports-33b92c793e36a67c2d6ce41760765c1f9c926789.tar.bz2 aports-33b92c793e36a67c2d6ce41760765c1f9c926789.tar.xz |
community/qt5-qtwayland: clean up depends
let abuild manage the shared libs depends
actually use libxcomposite
Diffstat (limited to 'community/qt5-qtwayland')
-rw-r--r-- | community/qt5-qtwayland/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qt5-qtwayland/APKBUILD b/community/qt5-qtwayland/APKBUILD index 527eabf71d..dcddc24fa5 100644 --- a/community/qt5-qtwayland/APKBUILD +++ b/community/qt5-qtwayland/APKBUILD @@ -3,13 +3,13 @@ pkgname=qt5-qtwayland _pkgname="${pkgname/qt5-/}-everywhere-src" pkgver=5.12.1 -pkgrel=0 +pkgrel=1 arch="all" url="http://qt-project.org/" license="LGPL-2.0 with exceptions or GPL-3.0 with exceptions" pkgdesc='Provides APIs for Wayland' -depends="qt5-qtdeclarative libxcomposite wayland qt5-qtquickcontrols2" -makedepends="$depends_dev libxkbcommon-dev qt5-qtquickcontrols2-dev qt5-qtbase-dev wayland-dev" +makedepends="$depends_dev libxkbcommon-dev libxcomposite-dev + qt5-qtquickcontrols2-dev qt5-qtdeclarative-dev qt5-qtbase-dev wayland-dev" subpackages="$pkgname-dev $pkgname-doc" builddir="$srcdir/$_pkgname-$pkgver" |