summaryrefslogtreecommitdiff
path: root/package/efl/libevas/libevas.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/efl/libevas/libevas.mk')
-rw-r--r--package/efl/libevas/libevas.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/efl/libevas/libevas.mk b/package/efl/libevas/libevas.mk
index 7758b183c..14f49bb6d 100644
--- a/package/efl/libevas/libevas.mk
+++ b/package/efl/libevas/libevas.mk
@@ -65,7 +65,8 @@ endif
ifeq ($(BR2_PACKAGE_LIBEVAS_X11_GLX),y)
LIBEVAS_CONF_OPT += --enable-gl-xlib
-LIBEVAS_DEPENDENCIES += xproto_glproto xlib_libX11
+LIBEVAS_DEPENDENCIES += xproto_glproto xlib_libX11 xlib_libXrender \
+ xlib_libXext libeet
endif
ifeq ($(BR2_PACKAGE_LIBEVAS_XCB),y)