plasma-framework / kinfocenter / kwin: do not depend on virtual/egl explicitly

cmake decides upon the contents of Qt5Gui_OPENGL_IMPLEMENTATION set by qtbase.
qtbase already adds the correct dependencies based on PACKAGECONFIG_GL so we
don't need to do that again. The egl assumtion was wrong for (most?) non gles
opengl anyway.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-06 16:37:21 +01:00
parent 1a5736fdb1
commit 46e91bbed7
3 changed files with 0 additions and 3 deletions

View File

@@ -28,7 +28,6 @@ DEPENDS += " \
knotifications \
kpackage \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \
virtual/egl \
"
PV = "${KF5_VERSION}"

View File

@@ -30,7 +30,6 @@ DEPENDS += " \
# REVISIT optionals
DEPENDS += " \
kwayland \
virtual/egl \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver", "", d)} \
"

View File

@@ -43,7 +43,6 @@ DEPENDS += " \
kwayland \
kactivities \
kdoctools \
virtual/egl \
"
PV = "5.2.0.1"