diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-01-15 22:28:16 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-01-15 22:30:46 +0100 |
commit | e53ccdb7a778dd8aaf0d4a2eee2121abfc01a350 (patch) | |
tree | d64aa1140d7681f26ff484c093af5ebd1d02f983 | |
parent | c9e9997c8b301ab63a116fc40fcc3badb029ade0 (diff) |
gnome-games: add virtual/libsdl as dependency and bump PR
-rw-r--r-- | recipes/gnome/gnome-games_2.24.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnome/gnome-games_2.24.0.bb b/recipes/gnome/gnome-games_2.24.0.bb index 20221bd410..4b3fd2077b 100644 --- a/recipes/gnome/gnome-games_2.24.0.bb +++ b/recipes/gnome/gnome-games_2.24.0.bb @@ -1,9 +1,9 @@ LICENSE = "GPL" -DEPENDS = " guile libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade gnome-common gnome-python-desktop gnome-python gstreamer" +DEPENDS = " guile libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade gnome-common gnome-python-desktop gnome-python gstreamer virtual/libsdl" inherit gnome distutils-base gconf -PR = "r5" +PR = "r6" SRC_URI += "file://ggz-unbreak-m4.patch;patch=1 \ " |