mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
12 lines
250 B
BlitzBasic
12 lines
250 B
BlitzBasic
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
|
|
}
|
|
|