From e295c6669417f74e0127fcce8a80627a1c042ef3 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Thu, 21 Aug 2008 15:42:23 +0000 Subject: [PATCH] gnome-games 2.23.6: Fixes to unbreak build. - added gnome-python-desktop to DEPENDS - disabled aisleriot for now (linking problem with guile) --- packages/gnome/gnome-games_2.23.6.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { -- 2.39.5