summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/waffle/waffle_%.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-graphics/waffle/waffle_%.bbappend b/recipes-graphics/waffle/waffle_%.bbappend
new file mode 100644
index 00000000..9a9de0ed
--- /dev/null
+++ b/recipes-graphics/waffle/waffle_%.bbappend
@@ -0,0 +1,7 @@
1PACKAGECONFIG_X11 = ""
2PACKAGECONFIG_X11_append_imxgpu3d = " x11-egl glx"
3PACKAGECONFIG_imxgpu = " \
4 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'gbm', \
5 bb.utils.contains('DISTRO_FEATURES', 'x11', '${PACKAGECONFIG_X11}', \
6 '', d), d)} \
7"