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 | |
parent | 58e0b0dc2501957c27a58ad1e2ffebf61f48c3b6 (diff) |
gnome-system-tools, gnome-terminal: bump PR to get rid of scrollkeeper junk
-rw-r--r-- | recipes/gnome/gnome-system-tools_2.27.1.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/gnome-terminal_2.28.0.bb | 2 |
2 files changed, 4 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" diff --git a/recipes/gnome/gnome-terminal_2.28.0.bb b/recipes/gnome/gnome-terminal_2.28.0.bb index 3a31bf3fbe..1bc87e735a 100644 --- a/recipes/gnome/gnome-terminal_2.28.0.bb +++ b/recipes/gnome/gnome-terminal_2.28.0.bb @@ -4,6 +4,8 @@ LICENSE = "GPL" DEPENDS = "gnome-common glib-2.0 gtk+ gconf vte" inherit gnome pkgconfig +PR = "r1" + EXTRA_OECONF = "--disable-scrollkeeper" do_configure_prepend () { |