aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2022-01-20 11:13:22 +0100
committerBart Ribbers <bribbers@disroot.org>2022-01-20 11:13:22 +0100
commita60cd1c15839f75888a348894d3cbfebd7a78b62 (patch)
treedfeea95a9efcb47e451148ad5fff477fa7a5b8fb
parentdaa750b8eccfe8de476d0f748e49ac9a64376288 (diff)
downloadaports-a60cd1c15839f75888a348894d3cbfebd7a78b62.tar.gz
aports-a60cd1c15839f75888a348894d3cbfebd7a78b62.tar.bz2
aports-a60cd1c15839f75888a348894d3cbfebd7a78b62.tar.xz
community/qt5-qtwebglplugin: make -dev depend on the main package
-rw-r--r--community/qt5-qtwebglplugin/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/qt5-qtwebglplugin/APKBUILD b/community/qt5-qtwebglplugin/APKBUILD
index b795d819588..1ce9c85cf08 100644
--- a/community/qt5-qtwebglplugin/APKBUILD
+++ b/community/qt5-qtwebglplugin/APKBUILD
@@ -2,14 +2,19 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=qt5-qtwebglplugin
pkgver=5.15.3_git20201028
-pkgrel=0
+pkgrel=1
_commit="550a8cee241bbf8c11863dec9587d579dcb1108b"
arch="all !armhf" # armhf blocked by qt5-qtdeclarative
url="https://www.qt.io/developers/"
license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0"
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands"
-depends_dev="qt5-qtwebsockets-dev"
-makedepends="$depends_dev qt5-qtbase-dev"
+depends_dev="
+ $pkgname
+ qt5-qtwebsockets-dev
+ "
+makedepends="$depends_dev
+ qt5-qtbase-dev
+ "
subpackages="$pkgname-dev $pkgname-doc"
builddir="$srcdir/qtwebglplugin-$_commit"