summaryrefslogtreecommitdiffstats
path: root/package/efl/libevas/libevas.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-12-28 16:35:44 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-12-30 07:21:58 +0100
commit7778a20102b4497db39cce819aeb2d3ba804e3e8 (patch)
tree933eeecd1aa121d19552cf22574d2fe0826513a0 /package/efl/libevas/libevas.mk
parent212a5abdbd41298647627a977b336c2f4b1f646c (diff)
downloadbuildroot-novena-7778a20102b4497db39cce819aeb2d3ba804e3e8.tar.gz
buildroot-novena-7778a20102b4497db39cce819aeb2d3ba804e3e8.zip
efl/libevas: adjust dependency on X11 libraries
The libevas configure script actually checks the presence of libX11 and libXext, so use those two libraries as the dependencies for the X11 backend of libevas. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/efl/libevas/libevas.mk')
-rw-r--r--package/efl/libevas/libevas.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/efl/libevas/libevas.mk b/package/efl/libevas/libevas.mk
index 6e69d7ff8..098afe3f9 100644
--- a/package/efl/libevas/libevas.mk
+++ b/package/efl/libevas/libevas.mk
@@ -63,7 +63,7 @@ endif
ifeq ($(BR2_PACKAGE_LIBEVAS_X11),y)
LIBEVAS_CONF_OPT += --enable-software-xlib
-LIBEVAS_DEPENDENCIES += xproto_xproto
+LIBEVAS_DEPENDENCIES += xlib_libX11 xlib_libXext
endif
ifeq ($(BR2_PACKAGE_LIBEVAS_X11_GLX),y)