[oe-commits] Andreas Oberritter : quake: 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: 062dbf9ad81a7ee9feb6b8c445c08cc6c2164013
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=062dbf9ad81a7ee9feb6b8c445c08cc6c2164013

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

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

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

---

 recipes/quake/quake1_0.0.1.bb   |    2 +-
 recipes/quake/quake2_svn.bb     |    2 +-
 recipes/quake/quetoo_0.6.1.bb   |    2 +-
 recipes/quake/sdlquake_1.0.9.bb |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/quake/quake1_0.0.1.bb b/recipes/quake/quake1_0.0.1.bb
index 0fc1101..1a2072b 100644
--- a/recipes/quake/quake1_0.0.1.bb
+++ b/recipes/quake/quake1_0.0.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Quake 1"
 SECTION = "x11/games"
 PRIORITY = "optional"
-DEPENDS = "libsdl-x11 libsdl-mixer libsdl-net zlib libxau"
+DEPENDS = "virtual/libsdl libsdl-mixer libsdl-net zlib libxau"
 LICENSE = "GPL"
 PR = "r2"
 
diff --git a/recipes/quake/quake2_svn.bb b/recipes/quake/quake2_svn.bb
index ff01b06..0c481c3 100644
--- a/recipes/quake/quake2_svn.bb
+++ b/recipes/quake/quake2_svn.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Icculus.org quake2 engine"
 LICENSE = "GPL"
 
-DEPENDS = "libsdl-x11 libxxf86dga" 
+DEPENDS = "virtual/libsdl libxxf86dga" 
 
 SRCREV = "205"
 PV = "0.16.1+svnr${SRCPV}"
diff --git a/recipes/quake/quetoo_0.6.1.bb b/recipes/quake/quetoo_0.6.1.bb
index f209cc3..8e2142b 100644
--- a/recipes/quake/quetoo_0.6.1.bb
+++ b/recipes/quake/quetoo_0.6.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Initially a fork of the Quake2Forge project, this engine aims to provide security and performance enhancements."
 LICENSE = "GPLv2"
 
-DEPENDS = "libsdl-x11 zlib virtual/libgl"
+DEPENDS = "virtual/libsdl zlib virtual/libgl"
 SRC_URI = "http://tastyspleen.net/~jdolan/quetoo-${PV}.tar.bz2"
 
 PR = "r1"
diff --git a/recipes/quake/sdlquake_1.0.9.bb b/recipes/quake/sdlquake_1.0.9.bb
index bfaf2e8..f5e64cf 100644
--- a/recipes/quake/sdlquake_1.0.9.bb
+++ b/recipes/quake/sdlquake_1.0.9.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Quake 1"
 SECTION = "x11/games"
 PRIORITY = "optional"
-DEPENDS = "libsdl-x11 libsdl-mixer libsdl-net zlib libxau"
+DEPENDS = "virtual/libsdl libsdl-mixer libsdl-net zlib libxau"
 LICENSE = "GPL"
 
 SRC_URI = "http://www.libsdl.org/projects/quake/src/sdlquake-${PV}.tar.gz \





More information about the Openembedded-commits mailing list