All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master][PATCH] cairo: enable gles2 support
@ 2020-10-22 11:50 Gowtham Tammana
  2020-10-23 16:20 ` Dan Murphy
  0 siblings, 1 reply; 5+ messages in thread
From: Gowtham Tammana @ 2020-10-22 11:50 UTC (permalink / raw)
  To: meta-arago, Denys Dmytriyenko, Dan Murphy

add gles2 support for devices which can support it.

Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
---
 meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend

diff --git a/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
new file mode 100644
index 00000000..3d67bb6a
--- /dev/null
+++ b/meta-arago-distro/recipes-graphics/cairo/cairo_%.bbappend
@@ -0,0 +1,3 @@
+PR_append = ".arago1"
+
+PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl glesv2', '', d)}"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-23 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-22 11:50 [dunfell/master][PATCH] cairo: enable gles2 support Gowtham Tammana
2020-10-23 16:20 ` Dan Murphy
2020-10-23 17:31   ` Denys Dmytriyenko
2020-10-23 17:34     ` Denys Dmytriyenko
2020-10-23 18:00     ` Tammana, Gowtham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.