diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-03-13 16:58:29 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 16:58:29 -0300 |
commit | bbaf635223a8fea3f63f3ed5aa7b3deaa622c1b8 (patch) | |
tree | adddc2554fa86d59bf87ac831c581940938ae742 /dynamic-layers | |
parent | b31e1530b267ccec91f38ebe1644849f0468cf02 (diff) | |
parent | 2a9cad5187885a5de72ebedf4a9512c1f761c654 (diff) | |
download | meta-freescale-bbaf635223a8fea3f63f3ed5aa7b3deaa622c1b8.tar.gz |
Merge pull request #1453 from YoeDistro/yoe/mut
xdg-desktop-portal-wlr: Disable build when using imx gpu driver
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/multimedia-layer/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
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 new file mode 100644 index 00000000..f279dcb2 --- /dev/null +++ b/dynamic-layers/multimedia-layer/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_%.bbappend | |||
@@ -0,0 +1,3 @@ | |||
1 | # Needs gbm_bo_create_with_modifiers2() API which is not | ||
2 | # implemented in imx GL driver implementation | ||
3 | COMPATIBLE_HOST:imxgpu = "(null)" | ||