All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 1/1] package/glslsandbox-player: new package
Date: Wed, 5 Feb 2020 18:10:51 +0100	[thread overview]
Message-ID: <758da3b8-5d26-8472-483c-172013013b48@mind.be> (raw)
In-Reply-To: <20190823205711.23894-1-juju@cotds.org>

 Hi Julien,

 We finally applied, with a few changes.

On 23/08/2019 22:57, Julien Olivain wrote:
[snip]
> diff --git a/package/glslsandbox-player/Config.in b/package/glslsandbox-player/Config.in
> new file mode 100644
> index 0000000000..973b8f6c98
> --- /dev/null
> +++ b/package/glslsandbox-player/Config.in
> @@ -0,0 +1,108 @@
> +config BR2_PACKAGE_GLSLSANDBOX_PLAYER
> +	bool "glslsandbox-player"
> +	depends on BR2_PACKAGE_HAS_LIBEGL
> +	depends on BR2_PACKAGE_HAS_LIBGLES

 I added this:

	# Doesn't really depend on threads, but this makes sure we have at least
	# one native windowing system available, and is good enough in practice.
	depends on BR2_TOOLCHAIN_HAS_THREADS

Makes sense?

[snip]
> +config BR2_PACKAGE_GLSLSANDBOX_PLAYER_SCRIPTS
> +	bool "Install scripts"
> +	depends on !BR2_PACKAGE_PYTHON # python3
> +	depends on !BR2_STATIC_LIBS # python3
> +	depends on BR2_TOOLCHAIN_HAS_THREADS # python3
> +	depends on BR2_USE_MMU # bash, python3
> +	depends on BR2_USE_WCHAR # python3
> +	select BR2_PACKAGE_BASH # runtime
> +	select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash

 This creates a problem if busybox is not selected so it should be

	select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS if BR2_PACKAGE_BUSYBOX # bash

> +	select BR2_PACKAGE_COREUTILS # runtime (timeout)

 If it is just for timeout, do you really need coreutils? Busybox has a timeout
utility as well. Anyway, I didn't change this.


 Thanks!
 Regards,
 Arnout

[snip]

      reply	other threads:[~2020-02-05 17:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-23 19:29 [Buildroot] [PATCH 1/1] package/glslsandbox-player: new package Julien Olivain
2019-07-04 21:25 ` [Buildroot] [PATCH v2] " Julien Olivain
2019-08-03  9:08   ` Thomas Petazzoni
2019-08-23 20:57   ` [Buildroot] [PATCH v3 1/1] " Julien Olivain
2020-02-05 17:10     ` Arnout Vandecappelle [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=758da3b8-5d26-8472-483c-172013013b48@mind.be \
    --to=arnout@mind.be \
    --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.