From 2782f043a3fcd13c90e28be4d2cadb1cfb8c42fb Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 2 Jun 2016 17:20:14 +0200 Subject: [PATCH] build: use the normal efl tree macros for dependency handling This should hopefully be the last fix for the merged emotion generic player. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2e147bac67..77950e7e18 100644 --- a/configure.ac +++ b/configure.ac @@ -4996,7 +4996,7 @@ fi ### Check availability ## Generic player -EMOTION_GENERIC_PLAYER([GENERIC_VLC], [yes], [libvlc >= 2.0]) +EFL_DEPEND_PKG([GENERIC_VLC], [VLC], [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}])