summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gnome-terminal_2.26.3.bb
blob: 09cfbf38e4c237b777edaf3cb19fb0186ea74a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "GNOME Terminal"
LICENSE = "GPL"
DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte"

inherit gnome

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