diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 15:42:23 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 15:42:23 +0000 |
commit | e295c6669417f74e0127fcce8a80627a1c042ef3 (patch) | |
tree | c47099252f77f7186287b0f3c19e67e40146da79 | |
parent | 55abd057f05b91a4303e01a9edac706af4fb7529 (diff) |
gnome-games 2.23.6: Fixes to unbreak build.
- added gnome-python-desktop to DEPENDS
- disabled aisleriot for now (linking problem with guile)
-rw-r--r-- | packages/gnome/gnome-games_2.23.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gnome/gnome-games_2.23.6.bb b/packages/gnome/gnome-games_2.23.6.bb index 61e145a549..b312382e81 100644 --- a/packages/gnome/gnome-games_2.23.6.bb +++ b/packages/gnome/gnome-games_2.23.6.bb @@ -1,5 +1,5 @@ LICENSE = "GPL" -DEPENDS = "libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade gnome-common" +DEPENDS = "libggz ggz-client-libs python-pygtk gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade gnome-common gnome-python-desktop" PR = "r1" @@ -10,6 +10,7 @@ EXTRA_OECONF = "--with-libggz-includes=${STAGING_INCDIR} \ --with-ggzmod-includes=${STAGING_INCDIR} \ --with-ggzmod-libraries=${STAGING_LIBDIR} \ --enable-scalable \ + --enable-omitgames=aisleriot \ " do_configure_prepend() { |