diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-08-13 13:34:42 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 13:34:42 -0300 |
commit | 7a928a20d1629fea8814a27442a1817c17296417 (patch) | |
tree | 7b18e1bf1401cb9ebd0ceb5f36767be935229d53 /dynamic-layers/gnome-layer | |
parent | 72f59d35816cd2be6159013e4d96d03abf7f1c4b (diff) | |
parent | 229b84b66aa2eebd3947505a49f5711e5ea96466 (diff) | |
download | meta-freescale-7a928a20d1629fea8814a27442a1817c17296417.tar.gz |
Merge pull request #837 from YoeDistro/yoe/mut
Convert to new override syntax
Diffstat (limited to 'dynamic-layers/gnome-layer')
-rw-r--r-- | dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend | 2 | ||||
-rw-r--r-- | dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend | 2 |
2 files changed, 2 insertions, 2 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 index 0b4c4861..fb90c73e 100644 --- a/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend +++ b/dynamic-layers/gnome-layer/recipes-graphics/clutter/clutter-1.0_%.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | PACKAGECONFIG_imxgpu3d ??= " \ | 1 | PACKAGECONFIG:imxgpu3d ??= " \ |
2 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \ | 2 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \ |
3 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ | 3 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ |
4 | '', d), d)} \ | 4 | '', d), d)} \ |
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 index afbaee43..e07d0d54 100644 --- a/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend +++ b/dynamic-layers/gnome-layer/recipes-graphics/cogl/cogl-1.0_%.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | PACKAGECONFIG_imxgpu3d ??= " \ | 1 | PACKAGECONFIG:imxgpu3d ??= " \ |
2 | cogl-pango gles2 \ | 2 | cogl-pango gles2 \ |
3 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', \ | 3 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', \ |
4 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \ | 4 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \ |