projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a69badc
)
media-libs/webvfx: Fix dependencies
author
Andreas Sturmlechner
<asturm@gentoo.org>
Mon, 3 Feb 2020 15:20:10 +0000
(16:20 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Mon, 3 Feb 2020 15:50:35 +0000
(16:50 +0100)
Found dev-qt/qtnetwork header use, but no linking.
Missing virtual/opengl for libGL.so linking.
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/webvfx/webvfx-1.1.0.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/webvfx/webvfx-1.1.0.ebuild
b/media-libs/webvfx/webvfx-1.1.0.ebuild
index 7850e11afc05bea619034c2c795da98ea7625621..114f397f1412bbd82926ff66d97ce5ea09581071 100644
(file)
--- a/
media-libs/webvfx/webvfx-1.1.0.ebuild
+++ b/
media-libs/webvfx/webvfx-1.1.0.ebuild
@@
-21,14
+21,16
@@
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
- dev-qt/qtnetwork:5
dev-qt/qtopengl:5
dev-qt/qtquickcontrols:5[widgets]
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
media-libs/mlt
+ virtual/opengl
+"
+DEPEND="${RDEPEND}
+ dev-qt/qtnetwork:5
"
-DEPEND="${RDEPEND}"
src_prepare() {
default