summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-06-02 15:32:53 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2016-06-02 15:58:35 +0200
commit6664229bdcff786d4c871339e6482c16b7f818b5 (patch)
tree54181d0bde7ec3e2b45eae182796a8cf8775d72f
parent9cb1190f0068e4a3c8e1e27272a444e9757a817e (diff)
downloadefl-6664229bdcff786d4c871339e6482c16b7f818b5.tar.gz
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.
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
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])