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.
This commit is contained in:
Stefan Schmidt 2016-06-02 15:32:53 +02:00
parent 9cb1190f00
commit 6664229bdc
1 changed files with 3 additions and 1 deletions

View 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])