diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-02-25 15:44:03 -0800 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-03-05 12:19:25 +0000 |
| commit | c7e7f0b762107d92fdf249481d6d00536cff5305 (patch) | |
| tree | f208c37e931bfd4ee94e7efebe193faf7780e950 | |
| parent | 60dbfd25443754690f834afe30e7a6dca46a40da (diff) | |
| download | meta-raspberrypi-c7e7f0b762107d92fdf249481d6d00536cff5305.tar.gz | |
cairo: Enable egl/gles2 with userland
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | recipes-graphics/cairo/cairo_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
| 1 | PACKAGECONFIG_GLESV2 = " ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', 'glesv2', d)}" | ||
| 2 | |||
| 3 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' egl ${PACKAGECONFIG_GLESV2}', d)}" | ||
