| Submitter | Andreas Oberritter |
|---|---|
| Date | Dec. 8, 2010, 1:01 p.m. |
| Message ID | <1291813320-24770-6-git-send-email-obi@opendreambox.org> |
| Download | mbox | patch |
| Permalink | /patch/27/ |
| State | Accepted |
| Commit | 1b5ee5b1171f3e724e26e6e77d760aea7ca36bfe |
| Headers | show |
Comments
Patch
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"
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> --- recipes/python/python-pygame_1.9.1.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)