build: use internal dependency for eina and ecore for generic players
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 2 Jun 2016 13:32:53 +0000 (15:32 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 2 Jun 2016 13:58:35 +0000 (15:58 +0200)
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

index 35a939b..38b7c3b 100644 (file)
@@ -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])