From 1b5ee5b1171f3e724e26e6e77d760aea7ca36bfe Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Wed, 8 Dec 2010 21:01:58 +0000 Subject: [PATCH] python: depend on virtual/libsdl instead of libsdl-x11 Signed-off-by: Andreas Oberritter --- recipes/python/python-pygame_1.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5