summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-gnome/gnome/gnome-terminal_2.26.3.bb
blob: 73f0b99eac756815e64b9ae3f851793f00960493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "GNOME Terminal"
LICENSE = "GPL"
DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte"
PR = "r2"

inherit gnome

SRC_URI += "file://30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch;patch=1"

EXTRA_OECONF += "--disable-scrollkeeper"

# Remove an autogenerated file that needs to be rebuilt
do_configure_prepend () {
	rm -f ${S}/src/terminal-type-builtins.c
}