[Buildroot] [PACH v2 21/38] package/efl: add Xpresent dependency

Romain Naour romain.naour at openwide.fr
Tue Sep 8 21:19:55 UTC 2015


Signed-off-by: Romain Naour <romain.naour at openwide.fr>
---
 package/efl/efl.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index 39d4cfc..c309836 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -182,6 +182,11 @@ EFL_CONF_OPTS += --with-x=no \
 	--with-x11=none
 endif
 
+ifeq ($(BR2_PACKAGE_XLIB_LIBXPRESENT),y)
+EFL_CONF_OPTS += --enable-xpresent
+EFL_DEPENDENCIES += xlib_libXpresent
+endif
+
 ifeq ($(BR2_PACKAGE_EFL_X_XLIB_GLX_FULL),y)
 EFL_CONF_OPTS += --with-opengl=full
 EFL_DEPENDENCIES += libgl
-- 
2.4.3




More information about the buildroot mailing list