summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-apitrace
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/imx-gpu-apitrace')
-rw-r--r--recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb
index a7b58a7c..04d84006 100644
--- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb
+++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb
@@ -20,14 +20,15 @@ PACKAGECONFIG_append_imxgpu2d = " vivante"
20# For 8M, which has 3D but no 2D, eglretrace is not available 20# For 8M, which has 3D but no 2D, eglretrace is not available
21# on Wayland except through X11 and waffle. 21# on Wayland except through X11 and waffle.
22PACKAGECONFIG_IMXGPU3D = \ 22PACKAGECONFIG_IMXGPU3D = \
23 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland x11', ' waffle x11 x11-egl', '', d)}" 23 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland x11', ' waffle x11', '', d)}"
24PACKAGECONFIG_IMXGPU3D_imxgpu2d = "" 24PACKAGECONFIG_IMXGPU3D_imxgpu2d = ""
25PACKAGECONFIG_append_imxgpu3d = "${PACKAGECONFIG_IMXGPU3D}" 25PACKAGECONFIG_append_imxgpu3d = "${PACKAGECONFIG_IMXGPU3D}"
26 26
27PACKAGECONFIG[egl] = "-DENABLE_EGL=ON,-DENABLE_EGL=OFF,virtual/egl"
28PACKAGECONFIG[gui] = "-DENABLE_GUI=ON,-DENABLE_GUI=OFF"
27PACKAGECONFIG[multiarch] = "-DENABLE_MULTIARCH=ON,-DENABLE_MULTIARCH=OFF" 29PACKAGECONFIG[multiarch] = "-DENABLE_MULTIARCH=ON,-DENABLE_MULTIARCH=OFF"
28PACKAGECONFIG[waffle] = "-DENABLE_WAFFLE=ON,-DENABLE_WAFFLE=OFF,waffle" 30PACKAGECONFIG[waffle] = "-DENABLE_WAFFLE=ON,-DENABLE_WAFFLE=OFF,waffle"
29PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" 31PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF"
30PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF"
31PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" 32PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d"
32 33
33SOLIBS = ".so" 34SOLIBS = ".so"