summaryrefslogtreecommitdiffstats
path: root/e-17/emotion/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/emotion/DEPENDS')
-rwxr-xr-xe-17/emotion/DEPENDS25
1 files changed, 25 insertions, 0 deletions
diff --git a/e-17/emotion/DEPENDS b/e-17/emotion/DEPENDS
new file mode 100755
index 0000000000..7df4e409bd
--- /dev/null
+++ b/e-17/emotion/DEPENDS
@@ -0,0 +1,25 @@
+depends edje &&
+
+optional_depends 'gst-ffmpeg' \
+ '--enable-gstreamer' \
+ '--disable-gstreamer' \
+ 'for GStreamer backend support' &&
+
+
+optional_depends 'xine-lib' \
+ '--enable-xine' \
+ '--disable-xine' \
+ 'for Xine backend support' &&
+
+optional_depends 'vlc' \
+ '--enable-vlc' \
+ '--disable-vlc' &&
+
+optional_depends -sub 'LIBCDIO' 'gst-plugins-ugly' \
+ '' \
+ '' \
+ 'for CDDA support' &&
+
+if [ "$EMOTION_BRANCH" == "scm" ]; then
+ depends subversion
+fi