From 245e9fbc7fc6fad846d16eb341bb25266291e4fe Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 13 Mar 2023 15:51:44 -0700 Subject: xdg-desktop-portal-wlr: Disable when using vivante gpu driver Signed-off-by: Khem Raj --- conf/layer.conf | 3 +++ .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_%.bbappend | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 dynamic-layers/multimedia-layer/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_%.bbappend diff --git a/conf/layer.conf b/conf/layer.conf index b4abbaa5..74f65c3d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -23,6 +23,9 @@ FSL_MIRROR ?= "${IMX_MIRROR}" MIRRORS += " \ ${IMX_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ " +# Needs gbm_bo_create_with_modifiers2() API which is not +# implemented in imx GL driver implementation +COMPATIBLE_HOST:pn-xdg-desktop-portal-wlr:imxgpu = "(null)" BBFILES_DYNAMIC += " \ aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bb \ diff --git a/dynamic-layers/multimedia-layer/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_%.bbappend b/dynamic-layers/multimedia-layer/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_%.bbappend deleted file mode 100644 index f279dcb2..00000000 --- a/dynamic-layers/multimedia-layer/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -# Needs gbm_bo_create_with_modifiers2() API which is not -# implemented in imx GL driver implementation -COMPATIBLE_HOST:imxgpu = "(null)" -- cgit v1.2.3-54-g00ecf