summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-01-14 12:37:12 +0000
committerJoshua Lock <josh@linux.intel.com>2010-01-14 13:42:16 +0000
commit24c24ecf0d407128ecfdd71234a1150122dbe1da (patch)
tree5b1b08ddca08fc3307f98edcd723276e3ea7729c /meta
parent6816e5a653ab1cef385c7fc4898cd55d9ae3b92c (diff)
downloadpoky-24c24ecf0d407128ecfdd71234a1150122dbe1da.tar.gz
gnome-terminal: temporarily disable scrollkeeper
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gnome/gnome-terminal_2.26.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gnome/gnome-terminal_2.26.3.bb b/meta/packages/gnome/gnome-terminal_2.26.3.bb
index e0c3bd4cad..73f0b99eac 100644
--- a/meta/packages/gnome/gnome-terminal_2.26.3.bb
+++ b/meta/packages/gnome/gnome-terminal_2.26.3.bb
@@ -1,12 +1,14 @@
1DESCRIPTION = "GNOME Terminal" 1DESCRIPTION = "GNOME Terminal"
2LICENSE = "GPL" 2LICENSE = "GPL"
3DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte" 3DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte"
4PR = "r1" 4PR = "r2"
5 5
6inherit gnome 6inherit gnome
7 7
8SRC_URI += "file://30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch;patch=1" 8SRC_URI += "file://30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch;patch=1"
9 9
10EXTRA_OECONF += "--disable-scrollkeeper"
11
10# Remove an autogenerated file that needs to be rebuilt 12# Remove an autogenerated file that needs to be rebuilt
11do_configure_prepend () { 13do_configure_prepend () {
12 rm -f ${S}/src/terminal-type-builtins.c 14 rm -f ${S}/src/terminal-type-builtins.c