diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-08 12:47:41 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-08 12:47:41 +0100 |
commit | 4284b56ce2f7a600c2e801b3f9dd87134fcd94a5 (patch) | |
tree | 9edcb6cf5c660e03886103b3c794c3075a0ceaf5 /recipes/gnome/gnome-system-tools_2.27.1.bb | |
parent | 58e0b0dc2501957c27a58ad1e2ffebf61f48c3b6 (diff) |
gnome-system-tools, gnome-terminal: bump PR to get rid of scrollkeeper junk
Diffstat (limited to 'recipes/gnome/gnome-system-tools_2.27.1.bb')
-rw-r--r-- | recipes/gnome/gnome-system-tools_2.27.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-system-tools_2.27.1.bb b/recipes/gnome/gnome-system-tools_2.27.1.bb index a1e74bbf73..4839e5e9e6 100644 --- a/recipes/gnome/gnome-system-tools_2.27.1.bb +++ b/recipes/gnome/gnome-system-tools_2.27.1.bb @@ -4,6 +4,8 @@ LICENSE = "GPL" DEPENDS = "nautilus gnome-common glib-2.0 gtk+ gconf liboobs system-tools-backends gnome-control-center" inherit gnome pkgconfig +PR = "r1" + EXTRA_OECONF = "--disable-scrollkeeper \ " LDFLAGS += "-lgthread-2.0" |