summaryrefslogtreecommitdiff
path: root/recipes-qt/qt5/qt3d_%.bbappend
blob: 85d7eab810a381a7be5e9d419e0161f10b2ab3e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FILESEXTRAPATHS_prepend := "${THISDIR}/qt3d:"

# qt3d links against the opengl flavours we configured qtbase for, so
# depend on them here
DEPENDS_GLES = ""
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}"

# Fix race condition
SRC_URI += "file://0001-qt3d-do-not-set-resources_big.patch"