From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC v1 3/6] package/vulkan-tools: new package
Date: Wed, 30 Dec 2020 15:32:20 +0100 [thread overview]
Message-ID: <20201230153220.16333832@gmx.net> (raw)
In-Reply-To: <20201230090004.GH1680670@scaer>
Hello Yann,
On Wed, 30 Dec 2020 10:00:04 +0100, "Yann E. MORIN" <yann.morin.1998@free.fr> wrote:
> Peter, All,
>
> On 2020-12-23 23:45 +0100, Peter Seiderer spake thusly:
> > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> [--SNIP--]
> > diff --git a/package/vulkan-tools/vulkan-tools.mk b/package/vulkan-tools/vulkan-tools.mk
> > new file mode 100644
> > index 0000000000..9a20ddf36b
> > --- /dev/null
> > +++ b/package/vulkan-tools/vulkan-tools.mk
> > @@ -0,0 +1,25 @@
> > +################################################################################
> > +#
> > +# vulkan-tools
> > +#
> > +################################################################################
> > +
> > +VULKAN_TOOLS_VERSION = 1.2.162
> > +VULKAN_TOOLS_SITE = $(call github,KhronosGroup,Vulkan-Tools,v$(VULKAN_TOOLS_VERSION))
> > +VULKAN_TOOLS_LICENSE = Apache-2.0 License
>
> Something I forgot to comment on on the other Vulkan packages: the SPDX
> short identifier is: Apache-2.0
O.k, will fix it on next patch iteration...
>
> > +VULKAN_TOOLS_LICENSE_FILES = LICENSE.txt
> > +
> > +VULKAN_TOOLS_DEPENDENCIES = vulkan-headers vulkan-loader
> > +
> > +VULKAN_TOOLS_CONF_OPTS += \
> > + -DBUILD_CUBE=OFF \
> > + -DBUILD_VULKANINFO=ON \
> > + -DBUILD_ICD=ON \
> > + -DINSTALL_ICD=ON \
> > + -DBUILD_WSI_XCB_SUPPORT=OFF \
> > + -DBUILD_WSI_XLIB_SUPPORT=OFF \
> > + -DBUILD_WSI_WAYLAND_SUPPORT=OFF \
> > + -DBUILD_WSI_DIRECTFB_SUPPORT=OFF \
>
> I guess those will be conditional on the udnerlying libraries, e.g. when
> libxcb is enabled, we enable WSI_XCB, and so on, right?
Yes, stuff for follow-up patches...
Regards,
Peter
>
> Regards,
> Yann E. MORIN.
>
> > + -DUSE_CCACHE=OFF
> > +
> > +$(eval $(cmake-package))
> > --
> > 2.29.2
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
>
next prev parent reply other threads:[~2020-12-30 14:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-23 22:45 [Buildroot] [RFC v1 0/6] Vulkan support Peter Seiderer
2020-12-23 22:45 ` [Buildroot] [RFC v1 1/6] package/vulkan-headers: new package Peter Seiderer
2020-12-30 8:42 ` Yann E. MORIN
2020-12-30 14:23 ` Peter Seiderer
2020-12-23 22:45 ` [Buildroot] [RFC v1 2/6] package/vulkan-loader: " Peter Seiderer
2020-12-30 8:54 ` Yann E. MORIN
2020-12-23 22:45 ` [Buildroot] [RFC v1 3/6] package/vulkan-tools: " Peter Seiderer
2020-12-30 9:00 ` Yann E. MORIN
2020-12-30 14:32 ` Peter Seiderer [this message]
2020-12-23 22:45 ` [Buildroot] [RFC v1 4/6] package/mesa3d: add vulkan broadcom driver support Peter Seiderer
2020-12-30 9:07 ` Yann E. MORIN
2020-12-23 22:45 ` [Buildroot] [RFC v1 5/6] package/mesa3d: add vulkan swrast " Peter Seiderer
2020-12-30 9:15 ` Yann E. MORIN
2020-12-23 22:45 ` [Buildroot] [RFC v1 6/6] package/qt5base: add vulkan option Peter Seiderer
2020-12-30 8:39 ` [Buildroot] [RFC v1 0/6] Vulkan support Yann E. MORIN
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=20201230153220.16333832@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox