build: use the normal efl tree macros for dependency handling

This should hopefully be the last fix for the merged emotion generic player.
This commit is contained in:
Stefan Schmidt 2016-06-02 17:20:14 +02:00
parent 596b132226
commit 2782f043a3
1 changed files with 1 additions and 1 deletions

View File

@ -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}])