From patchwork Wed Dec 8 13:01:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6/8] python: depend on virtual/libsdl instead of libsdl-x11 Date: Wed, 08 Dec 2010 13:01:58 -0000 From: Andreas Oberritter X-Patchwork-Id: 27 Message-Id: <1291813320-24770-6-git-send-email-obi@opendreambox.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Oberritter --- recipes/python/python-pygame_1.9.1.bb | 2 +- 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 90e397e..7f55a54 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"