From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] vte: new package
Date: Tue, 16 Jan 2018 17:07:12 +0100 [thread overview]
Message-ID: <20180116170712.63ad80cf@windsurf> (raw)
In-Reply-To: <20180116152333.29596-1-stefan.froberg@petroprogram.com>
Hello,
On Tue, 16 Jan 2018 17:23:33 +0200, Stefan Fr?berg wrote:
> diff --git a/package/vte/Config.in b/package/vte/Config.in
> new file mode 100644
> index 0000000000..e448477d69
> --- /dev/null
> +++ b/package/vte/Config.in
> @@ -0,0 +1,15 @@
> +config BR2_PACKAGE_VTE
> + bool "vte"
> + select BR2_PACKAGE_LIBGTK3
You can't just select libgtk3 so easily. It has lots of dependencies:
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
depends on BR2_USE_MMU # glib2
depends on BR2_INSTALL_LIBSTDCPP # pango
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \
BR2_PACKAGE_HAS_LIBGL
> + select BR2_PACKAGE_LIBXML2
> + select BR2_PACKAGE_PCRE2
> + depends on BR2_PACKAGE_XORG7
The depends on should go before the select. This is checked
by ./utils/check-package.
> + help
> + VTE is a library (libvte) implementing a terminal emulator
> + widget for GTK+, and a minimal sample application (vte)
> + using that. Vte is mainly used in gnome-terminal, but
> + can also be used to embed a console/terminal in games,
> + editors, IDEs, etc.
> +
> + http://github.com/GNOME/vte
> +
Spurious empty line.
You will need a bunch of Config.in comments here about this package
dependencies.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2018-01-16 16:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-16 15:23 [Buildroot] [PATCH 1/1] vte: new package Stefan Fröberg
2018-01-16 16:07 ` Thomas Petazzoni [this message]
2018-01-16 17:58 ` Stefan Fröberg
2018-01-16 22:29 ` Stefan Fröberg
2018-01-16 22:47 ` Thomas Petazzoni
2018-01-16 22:55 ` Stefan Fröberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180116170712.63ad80cf@windsurf \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox