buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
From: Refik Tuzakli <tuzakli.refik@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v1 1/3] package/opengl/libopenvx: new virtual package
Date: Sun,  9 Feb 2020 16:44:06 +0300	[thread overview]
Message-ID: <20200209134408.10534-1-tuzakli.refik@gmail.com> (raw)

Signed-off-by: Refik Tuzakli <tuzakli.refik@gmail.com>
---
 DEVELOPERS                            | 1 +
 package/opengl/Config.in              | 1 +
 package/opengl/libopenvx/Config.in    | 6 ++++++
 package/opengl/libopenvx/libopenvx.mk | 7 +++++++
 4 files changed, 15 insertions(+)
 create mode 100644 package/opengl/libopenvx/Config.in
 create mode 100644 package/opengl/libopenvx/libopenvx.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index cb13035bc4..fa9043b0c4 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2076,6 +2076,7 @@ F:	package/uhttpd/
 F:	package/ustream-ssl/
 
 N:	Refik Tuzakli <tuzakli.refik@gmail.com>
+F:	package/opengl/libopenvx
 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 cbc001427d..10bdefdb39 100644
--- a/package/opengl/Config.in
+++ b/package/opengl/Config.in
@@ -4,3 +4,4 @@ source "package/opengl/libgles/Config.in"
 source "package/opengl/libopencl/Config.in"
 source "package/opengl/libopenvg/Config.in"
 source "package/opengl/libopenmax/Config.in"
+source "package/opengl/libopenvx/Config.in"
diff --git a/package/opengl/libopenvx/Config.in b/package/opengl/libopenvx/Config.in
new file mode 100644
index 0000000000..58d497130e
--- /dev/null
+++ b/package/opengl/libopenvx/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_HAS_LIBOPENVX
+	bool
+
+config BR2_PACKAGE_PROVIDES_LIBOPENVX
+	string
+	depends on BR2_PACKAGE_HAS_LIBOPENVX
diff --git a/package/opengl/libopenvx/libopenvx.mk b/package/opengl/libopenvx/libopenvx.mk
new file mode 100644
index 0000000000..25ef639d3c
--- /dev/null
+++ b/package/opengl/libopenvx/libopenvx.mk
@@ -0,0 +1,7 @@
+################################################################################
+#
+# libopenvx
+#
+################################################################################
+
+$(eval $(virtual-package))
-- 
2.17.1

             reply	other threads:[~2020-02-09 13:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-09 13:44 Refik Tuzakli [this message]
2020-02-09 13:44 ` [Buildroot] [PATCH v1 2/3] package/opengl/libvulkan: new virtual package Refik Tuzakli
2020-12-30 15:18   ` Peter Seiderer
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=20200209134408.10534-1-tuzakli.refik@gmail.com \
    --to=tuzakli.refik@gmail.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;
as well as URLs for NNTP newsgroup(s).