summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/clutter/clutter-1.0_%.bbappend5
-rw-r--r--recipes-graphics/cogl/cogl-1.0_%.bbappend5
2 files changed, 0 insertions, 10 deletions
diff --git a/recipes-graphics/clutter/clutter-1.0_%.bbappend b/recipes-graphics/clutter/clutter-1.0_%.bbappend
deleted file mode 100644
index 0b4c4861..00000000
--- a/recipes-graphics/clutter/clutter-1.0_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
1PACKAGECONFIG_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/recipes-graphics/cogl/cogl-1.0_%.bbappend b/recipes-graphics/cogl/cogl-1.0_%.bbappend
deleted file mode 100644
index afbaee43..00000000
--- a/recipes-graphics/cogl/cogl-1.0_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
1PACKAGECONFIG_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)}"