[oe-commits] Andreas Oberritter : vlc: depend on virtual/libsdl instead of libsdl-x11

git version control git at git.openembedded.org
Thu Dec 9 21:33:29 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 561f8a77b5eeb2d8706bdb64f486b19da7e51259
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=561f8a77b5eeb2d8706bdb64f486b19da7e51259

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Wed Dec  8 21:02:00 2010 +0000

vlc: depend on virtual/libsdl instead of libsdl-x11

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>

---

 recipes/vlc/vlc.inc      |    2 +-
 recipes/vlc/vlc_0.9.2.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/vlc/vlc.inc b/recipes/vlc/vlc.inc
index 943e6e5..6129cac 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 97dd079..7dd6a75 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"





More information about the Openembedded-commits mailing list