summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-12-08 21:02:00 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-12-09 22:32:24 +0100
commit561f8a77b5eeb2d8706bdb64f486b19da7e51259 (patch)
treefa25eaf8d6d891f8400e8b51cdec53fdb867e536
parent186d009f4c9f4f4c231e72153c086996ab20c6a8 (diff)
downloadopenembedded-561f8a77b5eeb2d8706bdb64f486b19da7e51259.tar.gz
vlc: depend on virtual/libsdl instead of libsdl-x11
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--recipes/vlc/vlc.inc2
-rw-r--r--recipes/vlc/vlc_0.9.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/vlc/vlc.inc b/recipes/vlc/vlc.inc
index 943e6e5525..6129cacd3e 100644
--- a/recipes/vlc/vlc.inc
+++ b/recipes/vlc/vlc.inc
@@ -4,7 +4,7 @@ LICENSE = "GPL"
PRIORITY = "optional"
SECTION = "multimedia"
-DEPENDS = "libfribidi libtool hal gettext libgcrypt schroedinger libsdl-x11 qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \
+DEPENDS = "libfribidi libtool hal gettext libgcrypt schroedinger virtual/libsdl qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \
${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}"
SRC_URI = "http://download.videolan.org/pub/videolan/vlc/${PV}/vlc-${PV}.tar.bz2"
diff --git a/recipes/vlc/vlc_0.9.2.bb b/recipes/vlc/vlc_0.9.2.bb
index 97dd079624..7dd6a7510d 100644
--- a/recipes/vlc/vlc_0.9.2.bb
+++ b/recipes/vlc/vlc_0.9.2.bb
@@ -6,7 +6,7 @@ SECTION = "multimedia"
PR = "r2"
-DEPENDS = "libtool hal gettext libgcrypt schroedinger libsdl-x11 qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \
+DEPENDS = "libtool hal gettext libgcrypt schroedinger virtual/libsdl qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \
${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}"
SRC_URI = "http://videolan.mirror.technotop.nl/vlc/0.9.2/vlc-${PV}.tar.bz2"