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:
@@ -28,7 +28,6 @@ DEPENDS += " \
|
||||
knotifications \
|
||||
kpackage \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \
|
||||
virtual/egl \
|
||||
"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
|
||||
@@ -30,7 +30,6 @@ DEPENDS += " \
|
||||
# REVISIT optionals
|
||||
DEPENDS += " \
|
||||
kwayland \
|
||||
virtual/egl \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver", "", d)} \
|
||||
"
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@ DEPENDS += " \
|
||||
kwayland \
|
||||
kactivities \
|
||||
kdoctools \
|
||||
virtual/egl \
|
||||
"
|
||||
|
||||
PV = "5.2.0.1"
|
||||
|
||||
Reference in New Issue
Block a user