diff options
author | Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> | 2020-03-06 17:13:21 -0800 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-03-09 11:37:07 -0700 |
commit | 8e35dad452bcf929a49c9e0e71e2f1fd8a547810 (patch) | |
tree | 6907f16e2fe6d3d22c5dfe517a54077de6b6fe17 | |
parent | ad51fe3a577a8efffc2f0ca9d6acd3d9be3f22e9 (diff) | |
download | meta-xilinx-8e35dad452bcf929a49c9e0e71e2f1fd8a547810.tar.gz |
cairo: For ZynqMP enable glesv2 packageconfig
Enable glesv2 packageconfig for cairo and leverage mali400 in zynqmp
Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-graphics/cairo/cairo_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/cairo/cairo_%.bbappend b/meta-xilinx-bsp/recipes-graphics/cairo/cairo_%.bbappend new file mode 100644 index 00000000..b2942a82 --- /dev/null +++ b/meta-xilinx-bsp/recipes-graphics/cairo/cairo_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | PACKAGECONFIG_zynqmp += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)} \ | ||
2 | egl glesv2" | ||