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:
Volker Krause
2017-12-21 15:11:15 +01:00
parent 39418e78db
commit b970bb0633

View File

@@ -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"