From 4541471a1e3d7055e3dc087ae0c82606217826c5 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 23 Sep 2018 16:39:25 +0200 Subject: qt3d: depend on the configered opengl flavours qt3d picks up the configured flavours of OpenGL from qtbase. So add them to DEPENDS or one gets linker errors. Signed-off-by: Max Krummenacher --- recipes-qt/qt5/qt3d_%.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-qt/qt5/qt3d_%.bbappend (limited to 'recipes-qt/qt5/qt3d_%.bbappend') diff --git a/recipes-qt/qt5/qt3d_%.bbappend b/recipes-qt/qt5/qt3d_%.bbappend new file mode 100644 index 0000000..4807e4a --- /dev/null +++ b/recipes-qt/qt5/qt3d_%.bbappend @@ -0,0 +1,10 @@ +# qt3d links against the opengl flavours we configured qtbase for, so +# depend on them here +DEPENDS_GLES = "" +DEPENDS_GLES_tegra = "virtual/libgles2 virtual/egl" +DEPENDS_GLES_imxpxp += "virtual/libgles2 virtual/egl" +DEPENDS_GLES_imgpu3d += "virtual/libgles2 virtual/egl" +DEPENDS_GLES_use-mainline-bsp += "virtual/libgles2 virtual/egl" + +DEPENDS_class-target += " ${DEPENDS_GLES}" + -- cgit v1.2.3