From 6664229bdcff786d4c871339e6482c16b7f818b5 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 2 Jun 2016 15:32:53 +0200 Subject: [PATCH] build: use internal dependency for eina and ecore for generic players On a system without efl installed these two packages would not be found as. Need to be internal now that we merged them inside efl. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 35a939b275..38b7c3b4e0 100644 --- a/configure.ac +++ b/configure.ac @@ -4996,7 +4996,9 @@ fi ### Check availability ## Generic player -EMOTION_GENERIC_PLAYER([GENERIC_VLC], [yes], [libvlc >= 2.0 eina >= 1.1.99 ecore >= 1.7.99]) +EMOTION_GENERIC_PLAYER([GENERIC_VLC], [yes], [libvlc >= 2.0]) +EFL_INTERNAL_DEPEND_PKG([GENERIC_VLC], [eina]) +EFL_INTERNAL_DEPEND_PKG([GENERIC_VLC], [ecore]) EFL_ADD_FEATURE([EMOTION], [generic_vlc], [${with_generic_vlc}]) EFL_LIB_END([Emotion])