From c7e7f0b762107d92fdf249481d6d00536cff5305 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 25 Feb 2019 15:44:03 -0800 Subject: cairo: Enable egl/gles2 with userland Signed-off-by: Khem Raj --- recipes-graphics/cairo/cairo_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-graphics/cairo/cairo_%.bbappend (limited to 'recipes-graphics') diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend new file mode 100644 index 0000000..7ba13e2 --- /dev/null +++ b/recipes-graphics/cairo/cairo_%.bbappend @@ -0,0 +1,3 @@ +PACKAGECONFIG_GLESV2 = " ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'glesv2', d)}" + +PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' egl ${PACKAGECONFIG_GLESV2}', d)}" -- cgit v1.2.3-54-g00ecf