From 3d78ac39525d676ac632dc805831e26293a12b32 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 16 Apr 2020 19:09:45 -0500 Subject: [PATCH] imx-gpu-apitrace: Enable egl and waffle Add egl and waffle as common configuration. The unique configuration for 8M and 8M Nano is no longer required. Signed-off-by: Tom Hochstein --- .../imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | 8 +------- 1 file changed, 1 insertion(+), 7 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 04d84006..9461a34d 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 @@ -11,18 +11,12 @@ S = "${WORKDIR}/git" inherit cmake pkgconfig perlnative python3native -PACKAGECONFIG ??= "" +PACKAGECONFIG ??= "egl waffle" PACKAGECONFIG_append = \ "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ bb.utils.contains('DISTRO_FEATURES', 'x11', ' x11', \ '', d), d)}" PACKAGECONFIG_append_imxgpu2d = " vivante" -# For 8M, which has 3D but no 2D, eglretrace is not available -# on Wayland except through X11 and waffle. -PACKAGECONFIG_IMXGPU3D = \ - "${@bb.utils.contains('DISTRO_FEATURES', 'wayland x11', ' waffle x11', '', d)}" -PACKAGECONFIG_IMXGPU3D_imxgpu2d = "" -PACKAGECONFIG_append_imxgpu3d = "${PACKAGECONFIG_IMXGPU3D}" PACKAGECONFIG[egl] = "-DENABLE_EGL=ON,-DENABLE_EGL=OFF,virtual/egl" PACKAGECONFIG[gui] = "-DENABLE_GUI=ON,-DENABLE_GUI=OFF" -- 2.40.1