diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 08:03:33 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 08:03:33 +0200 |
commit | 5f8b72f7b80c09dc1ea01d54d83e6b8ee8bd006f (patch) | |
tree | ebfee8ae5e34a414dada2c4ff4c51c30c5a02d60 | |
parent | caf79ee8b7ec21621382e5a3942e819cdedc1830 (diff) |
gnome-games: disabled scrollkeeper in configure
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/gnome/gnome-games_2.30.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-games_2.30.0.bb b/recipes/gnome/gnome-games_2.30.0.bb index 3c18ae6d75..dd40a49a44 100644 --- a/recipes/gnome/gnome-games_2.30.0.bb +++ b/recipes/gnome/gnome-games_2.30.0.bb @@ -1,5 +1,6 @@ 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" +PR = "r1" inherit gnome distutils-base gconf @@ -16,6 +17,7 @@ EXTRA_OECONF = " \ --with-ggzcore-includes=${STAGING_INCDIR} \ --with-ggzcore-libraries=${STAGING_LIBDIR} \ --disable-tests \ + --disable-scrollkeeper \ INTLTOOL_PERL=${STAGING_BINDIR_NATIVE}/perl \ " |