mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
gnome-terminal: temporarily disable scrollkeeper
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
DESCRIPTION = "GNOME Terminal"
|
DESCRIPTION = "GNOME Terminal"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte"
|
DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
inherit gnome
|
inherit gnome
|
||||||
|
|
||||||
SRC_URI += "file://30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch;patch=1"
|
SRC_URI += "file://30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch;patch=1"
|
||||||
|
|
||||||
|
EXTRA_OECONF += "--disable-scrollkeeper"
|
||||||
|
|
||||||
# Remove an autogenerated file that needs to be rebuilt
|
# Remove an autogenerated file that needs to be rebuilt
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
rm -f ${S}/src/terminal-type-builtins.c
|
rm -f ${S}/src/terminal-type-builtins.c
|
||||||
|
|||||||
Reference in New Issue
Block a user