All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v1 2/3] package/opengl/libvulkan: new virtual package
Date: Wed, 30 Dec 2020 16:18:29 +0100	[thread overview]
Message-ID: <20201230161829.5e243c92@gmx.net> (raw)
In-Reply-To: <20200209134408.10534-2-tuzakli.refik@gmail.com>

Hello Refik,

On Sun,  9 Feb 2020 16:44:07 +0300, Refik Tuzakli <tuzakli.refik@gmail.com> wrote:

> Signed-off-by: Refik Tuzakli <tuzakli.refik@gmail.com>
> ---
>  DEVELOPERS                         | 1 +
>  package/opengl/Config.in           | 1 +
>  package/opengl/libvulkan/Config.in | 6 ++++++
>  3 files changed, 8 insertions(+)
>  create mode 100644 package/opengl/libvulkan/Config.in
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index fa9043b0c4..7703d5fa3e 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -2077,6 +2077,7 @@ F:	package/ustream-ssl/
>  
>  N:	Refik Tuzakli <tuzakli.refik@gmail.com>
>  F:	package/opengl/libopenvx
> +F:	package/opengl/libvulkan/
>  F:	package/paho-mqtt-cpp/
>  
>  N:	R?mi R?rolle <remi.rerolle@gmail.com>
> diff --git a/package/opengl/Config.in b/package/opengl/Config.in
> index 10bdefdb39..af34fb6a46 100644
> --- a/package/opengl/Config.in
> +++ b/package/opengl/Config.in
> @@ -5,3 +5,4 @@ source "package/opengl/libopencl/Config.in"
>  source "package/opengl/libopenvg/Config.in"
>  source "package/opengl/libopenmax/Config.in"
>  source "package/opengl/libopenvx/Config.in"
> +source "package/opengl/libvuulkan/Config.in"

s/libvuulkan/libvulkan/ ?

Regards,
Peter

> diff --git a/package/opengl/libvulkan/Config.in b/package/opengl/libvulkan/Config.in
> new file mode 100644
> index 0000000000..c0cae4681b
> --- /dev/null
> +++ b/package/opengl/libvulkan/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_HAS_LIBVULKAN
> +	bool
> +
> +config BR2_PACKAGE_PROVIDES_LIBVULKAN
> +	string
> +	depends on BR2_PACKAGE_HAS_LIBVULKAN

  reply	other threads:[~2020-12-30 15:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-09 13:44 [Buildroot] [PATCH v1 1/3] package/opengl/libopenvx: new virtual package Refik Tuzakli
2020-02-09 13:44 ` [Buildroot] [PATCH v1 2/3] package/opengl/libvulkan: " Refik Tuzakli
2020-12-30 15:18   ` Peter Seiderer [this message]
2020-02-09 13:44 ` [Buildroot] [PATCH v1 3/3] package/freescale-imx/imx-gpu-viv: add options for new feture Refik Tuzakli
2020-12-30 15:41   ` Peter Seiderer
2021-08-05 21:36   ` Thomas Petazzoni

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=20201230161829.5e243c92@gmx.net \
    --to=ps.report@gmx.net \
    --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.