summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-12-08 21:01:58 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-12-09 22:32:34 +0100
commit1b5ee5b1171f3e724e26e6e77d760aea7ca36bfe (patch)
treedc716a381873c53d8cd3345e27a54f28be423b5c
parente9e434d00a531a77328dba6100612f0b4b902668 (diff)
downloadopenembedded-1b5ee5b1171f3e724e26e6e77d760aea7ca36bfe.tar.gz
python: depend on virtual/libsdl instead of libsdl-x11
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--recipes/python/python-pygame_1.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pygame_1.9.1.bb b/recipes/python/python-pygame_1.9.1.bb
index 90e397e6da..7f55a54a68 100644
--- a/recipes/python/python-pygame_1.9.1.bb
+++ b/recipes/python/python-pygame_1.9.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Python libSDL Bindings"
SECTION = "devel/python"
HOMEPAGE = "http://www.pygame.org"
LICENSE = "LGPL"
-DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf python-numeric"
+DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf python-numeric"
DEPENDS += "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'smpeg', d)}"
RDEPENDS_${PN} = "python-numeric"
SRCNAME = "pygame"