summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-graphics/images/core-image-clutter.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-graphics/images/core-image-clutter.bb')
-rw-r--r--external/poky/meta/recipes-graphics/images/core-image-clutter.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/poky/meta/recipes-graphics/images/core-image-clutter.bb b/external/poky/meta/recipes-graphics/images/core-image-clutter.bb
index b0f25cf1..a5944610 100644
--- a/external/poky/meta/recipes-graphics/images/core-image-clutter.bb
+++ b/external/poky/meta/recipes-graphics/images/core-image-clutter.bb
@@ -11,3 +11,5 @@ IMAGE_INSTALL = "\
"
inherit core-image
+
+QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}'