summaryrefslogtreecommitdiffstats
path: root/package/efl/Config.in
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2017-04-14 23:14:22 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-15 10:42:58 +0200
commit7f6162e800901270e747005d4213d9af59a08504 (patch)
tree319137bc5b94087de8f23c75e4ab0f29b37bbbdf /package/efl/Config.in
parentd713de5e94b10983122811ef562d524088b9deb1 (diff)
downloadbuildroot-7f6162e800901270e747005d4213d9af59a08504.tar.gz
buildroot-7f6162e800901270e747005d4213d9af59a08504.zip
package/efl: bump to version 1.19.0
This new version of the EFL enables systemd support by default, so we have to disable it explicitely for host-efl by adding an additional --disable-systemd option to HOST_EFL_CONF_OPTS. Also handle newly introduced options vnc-server and net-control which brings additional dependencies. Disable them by default. Select wayland-protocol package which is now required to build the efl wayland support [1]. See the release announcement [2]. [1] https://git.enlightenment.org/core/efl.git/commit/?id=55750d41fad6055a549664ae92a34e636d7fb1f0 [2] https://sourceforge.net/p/enlightenment/mailman/message/35785467 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/efl/Config.in')
-rw-r--r--package/efl/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/efl/Config.in b/package/efl/Config.in
index 0785ab89cc..371ed3f0d4 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -179,6 +179,7 @@ config BR2_PACKAGE_EFL_WAYLAND
depends on BR2_PACKAGE_EFL_EEZE # efl drm
depends on BR2_PACKAGE_EFL_OPENGLES # OpenGL ES with EGL support only
select BR2_PACKAGE_EFL_DRM
+ select BR2_PACKAGE_WAYLAND_PROTOCOLS
comment "Wayland support needs udev /dev management (eeze) and OpenGL ES w/ EGL, threads"
depends on BR2_PACKAGE_WAYLAND
OpenPOWER on IntegriCloud