mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
Make dependencies explicit
They can be implicitly available based on the Qt build configuration, but that's not reliable enough.
This commit is contained in:
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "qtbase wayland-native"
|
||||
DEPENDS = "qtbase wayland-native wayland virtual/egl"
|
||||
|
||||
SRC_URI = "git://anongit.kde.org/kwayland;nobranch=1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user