[oe] [PATCH 6/8] python: depend on virtual/libsdl instead of libsdl-x11

Andreas Oberritter obi at opendreambox.org
Wed Dec 8 13:01:58 UTC 2010


Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 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"
-- 
1.7.2.3





More information about the Openembedded-devel mailing list