aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-02-22 11:51:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-28 08:09:53 +0100
commit24541dd030aafff103310433f862a43cdb459138 (patch)
tree4178472d6dab953a36a5c112aa4484f5e27535b0
parent85702cc9cdae222b3e40b57cb22073744c71b9a1 (diff)
downloadalpine_aports-24541dd030aafff103310433f862a43cdb459138.tar.bz2
alpine_aports-24541dd030aafff103310433f862a43cdb459138.tar.xz
alpine_aports-24541dd030aafff103310433f862a43cdb459138.zip
community/qt5-qtwayland: clean up depends
let abuild manage the shared libs depends actually use libxcomposite (cherry picked from commit 33b92c793e36a67c2d6ce41760765c1f9c926789)
-rw-r--r--community/qt5-qtwayland/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qt5-qtwayland/APKBUILD b/community/qt5-qtwayland/APKBUILD
index 7e6cfa5c7b..1007ae62fe 100644
--- a/community/qt5-qtwayland/APKBUILD
+++ b/community/qt5-qtwayland/APKBUILD
@@ -3,13 +3,13 @@
3pkgname=qt5-qtwayland 3pkgname=qt5-qtwayland
4_pkgname="${pkgname/qt5-/}-everywhere-src" 4_pkgname="${pkgname/qt5-/}-everywhere-src"
5pkgver=5.12.0 5pkgver=5.12.0
6pkgrel=0 6pkgrel=1
7arch="all" 7arch="all"
8url="http://qt-project.org/" 8url="http://qt-project.org/"
9license="LGPL-2.0 with exceptions or GPL-3.0 with exceptions" 9license="LGPL-2.0 with exceptions or GPL-3.0 with exceptions"
10pkgdesc='Provides APIs for Wayland' 10pkgdesc='Provides APIs for Wayland'
11depends="qt5-qtdeclarative libxcomposite wayland qt5-qtquickcontrols2" 11makedepends="$depends_dev libxkbcommon-dev libxcomposite-dev
12makedepends="$depends_dev libxkbcommon-dev qt5-qtquickcontrols2-dev qt5-qtbase-dev wayland-dev" 12 qt5-qtquickcontrols2-dev qt5-qtdeclarative-dev qt5-qtbase-dev wayland-dev"
13subpackages="$pkgname-dev $pkgname-doc" 13subpackages="$pkgname-dev $pkgname-doc"
14builddir="$srcdir/$_pkgname-$pkgver" 14builddir="$srcdir/$_pkgname-$pkgver"
15 15