python: depend on virtual/libsdl instead of libsdl-x11
authorAndreas Oberritter <obi@opendreambox.org>
Wed, 8 Dec 2010 21:01:58 +0000 (21:01 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Thu, 9 Dec 2010 21:32:34 +0000 (22:32 +0100)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
recipes/python/python-pygame_1.9.1.bb

index 90e397e..7f55a54 100644 (file)
@@ -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"