diff options
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend | 5 | ||||
-rw-r--r-- | dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend new file mode 100644 index 00000000..0b4c4861 --- /dev/null +++ b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | PACKAGECONFIG_imxgpu3d ??= " \ | ||
2 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \ | ||
3 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ | ||
4 | '', d), d)} \ | ||
5 | " | ||
diff --git a/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend b/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend new file mode 100644 index 00000000..afbaee43 --- /dev/null +++ b/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | PACKAGECONFIG_imxgpu3d ??= " \ | ||
2 | cogl-pango gles2 \ | ||
3 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', \ | ||
4 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \ | ||
5 | '', d), d)}" | ||