From: pierre floury <devpfl@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [v3,2/2] package/efl: add Evas GL DRM Engine support
Date: Sun, 20 Nov 2016 19:59:47 +0100 [thread overview]
Message-ID: <1479668387-6549-3-git-send-email-devpfl@gmail.com> (raw)
In-Reply-To: <1479668387-6549-1-git-send-email-devpfl@gmail.com>
From: Romain Naour <romain.naour@gmail.com>
This support is required for Enlightenment wayland support [1].
As stated in configure, Evas GL DRM Engine needs OpenGL ES with EGL and
wayland (wayland-client >= 1.8.0)
[1] https://www.enlightenment.org/about-wayland
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Pierre Floury <devpfl@gmail.com>
---
v2: rename the option to BR2_PAKCAGE_EFL_GLES_DRM (ThomasP)
fix the help text (ThomasP)
---
v3: rebase v2 on top of master
Signed-off-by: Pierre Floury <devpfl@gmail.com>
---
package/efl/efl.mk | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index d6b2bf5..fdeea47 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -199,6 +199,12 @@ else
EFL_CONF_OPTS += --disable-drm
endif
+ifeq ($(BR2_PACKAGE_EFL_OPENGLES)$(BR2_PACKAGE_EFL_DRM),yy)
+EFL_CONF_OPTS += --enable-gl-drm
+else
+EFL_CONF_OPTS += --disable-gl-drm
+endif
+
EFL_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBXKBCOMMON),libxkbcommon)
# Loaders that need external dependencies needs to be --enable-XXX=yes
--
2.1.4
next prev parent reply other threads:[~2016-11-20 18:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-20 18:59 [Buildroot] [v3,0/2] package/efl: enable libdrm support pierre floury
2016-11-20 18:59 ` [Buildroot] [v3,1/2] " pierre floury
2016-11-20 19:26 ` Romain Naour
2016-11-20 18:59 ` pierre floury [this message]
2016-11-20 19:30 ` [Buildroot] [v3, 2/2] package/efl: add Evas GL DRM Engine support Romain Naour
2016-11-20 21:49 ` Romain Naour
2016-11-20 23:29 ` pierre
2016-11-22 23:12 ` Romain Naour
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1479668387-6549-3-git-send-email-devpfl@gmail.com \
--to=devpfl@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox