mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
Add gnome-terminal
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
11
meta/packages/gnome/gnome-terminal_2.26.3.bb
Normal file
11
meta/packages/gnome/gnome-terminal_2.26.3.bb
Normal file
@@ -0,0 +1,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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user