gnome-games 2.23.6: Fixes to unbreak build.
authorRobert Schuster <thebohemian@gmx.net>
Thu, 21 Aug 2008 15:42:23 +0000 (15:42 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Thu, 21 Aug 2008 15:42:23 +0000 (15:42 +0000)
  - added gnome-python-desktop to DEPENDS
  - disabled aisleriot for now (linking problem with guile)

packages/gnome/gnome-games_2.23.6.bb

index 61e145a..b312382 100644 (file)
@@ -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() {