All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/gkrellm: new package
Date: Mon, 11 Jan 2021 21:29:30 +0100	[thread overview]
Message-ID: <20210111212930.4891f683@windsurf.home> (raw)
In-Reply-To: <20200502100635.3520066-1-bernd.kuhls@t-online.de>

Hello,

On Sat,  2 May 2020 12:06:35 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> +config BR2_PACKAGE_GKRELLM_SERVER
> +	bool "daemon"

Changed to "server" to match the option name.

> +	help
> +	  Enable gkrellm daemon.

Ditto.

> +config BR2_PACKAGE_GKRELLM_CLIENT
> +	bool "client"
> +	depends on BR2_PACKAGE_XORG7 # libgtk2
> +	depends on BR2_INSTALL_LIBSTDCPP # libgtk2 -> pango
> +	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libgtk2 -> pango -> harfbuzz
> +	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # libgtk2 -> pango -> harfbuzz
> +	select BR2_PACKAGE_LIBGTK2
> +	select BR2_PACKAGE_XLIB_LIBSM
> +	help
> +	  Enable gkrellm client.
> +
> +comment "client depends on X.org and needs a toolchain w/ C++, gcc >= 4.8"
> +	depends on BR2_TOOLCHAIN_HAS_SYNC_4
> +	depends on BR2_PACKAGE_XORG7
> +	depends on !BR2_INSTALL_LIBSTDCPP || \
> +		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8

We generally don't have a comment about the X.org dependency, so I
change the prompt to just:

comment "client needs a toolchain w/ C++, gcc >= 4.8"

Applied with those minor changes. Thanks!

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2021-01-11 20:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-02 10:06 [Buildroot] [PATCH 1/1] package/gkrellm: new package Bernd Kuhls
2021-01-11 20:29 ` Thomas Petazzoni [this message]

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=20210111212930.4891f683@windsurf.home \
    --to=thomas.petazzoni@bootlin.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.