diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-04-16 19:04:27 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-24 09:27:46 -0300 |
commit | 21599627776a4b5b562121960b66103eb57a3295 (patch) | |
tree | 6f8d32db7683d803fff5c082c514e6b884623127 /recipes-graphics/imx-gpu-apitrace | |
parent | 189229d0f822d62c6e4da19a367f754b0c9162af (diff) | |
download | meta-freescale-21599627776a4b5b562121960b66103eb57a3295.tar.gz |
imx-gpu-apitrace: Add config options for EGL and GUI
Also, remove x11-egl option since it is a derivative of egl, x11, and
waffle, and is no longer needed.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/imx-gpu-apitrace')
-rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | 5 |
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. |
22 | PACKAGECONFIG_IMXGPU3D = \ | 22 | PACKAGECONFIG_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)}" |
24 | PACKAGECONFIG_IMXGPU3D_imxgpu2d = "" | 24 | PACKAGECONFIG_IMXGPU3D_imxgpu2d = "" |
25 | PACKAGECONFIG_append_imxgpu3d = "${PACKAGECONFIG_IMXGPU3D}" | 25 | PACKAGECONFIG_append_imxgpu3d = "${PACKAGECONFIG_IMXGPU3D}" |
26 | 26 | ||
27 | PACKAGECONFIG[egl] = "-DENABLE_EGL=ON,-DENABLE_EGL=OFF,virtual/egl" | ||
28 | PACKAGECONFIG[gui] = "-DENABLE_GUI=ON,-DENABLE_GUI=OFF" | ||
27 | PACKAGECONFIG[multiarch] = "-DENABLE_MULTIARCH=ON,-DENABLE_MULTIARCH=OFF" | 29 | PACKAGECONFIG[multiarch] = "-DENABLE_MULTIARCH=ON,-DENABLE_MULTIARCH=OFF" |
28 | PACKAGECONFIG[waffle] = "-DENABLE_WAFFLE=ON,-DENABLE_WAFFLE=OFF,waffle" | 30 | PACKAGECONFIG[waffle] = "-DENABLE_WAFFLE=ON,-DENABLE_WAFFLE=OFF,waffle" |
29 | PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" | 31 | PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" |
30 | PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF" | ||
31 | PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" | 32 | PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" |
32 | 33 | ||
33 | SOLIBS = ".so" | 34 | SOLIBS = ".so" |