[Mesa-dev] [PATCH v2 4/4] meson: build "radv" vulkan driver for radeon hardware
Dylan Baker
dylan at pnwbakers.com
Mon Sep 25 16:56:49 UTC 2017
Quoting Nicholas Miell (2017-09-23 21:17:48)
> On 09/23/2017 08:39 AM, Dylan Baker wrote:
> > diff --git a/meson_options.txt b/meson_options.txt
> > index e52cec31f11..854cba851d7 100644
> > --- a/meson_options.txt
> > +++ b/meson_options.txt
> > @@ -20,8 +20,10 @@
> >
> > option('platforms', type : 'string', value : 'x11,wayland',
> > description : 'comma separated list of window systems to support. wayland, x11, surfaceless, drm, etc.')
> > -option('vulkan-drivers', type : 'string', value : 'intel',
> > +option('vulkan-drivers', type : 'string', value : 'intel,amd',
> > description : 'comma separated list of vulkan drivers to build.')
> > +option('shader-cache', type : 'boolean', vaule : true,
>
> "vaule" typo
>
> > + description : 'Build with on-disk shader cache support')
> > option('vulkan_icd_dir', type : 'string', value : '',
> > description : 'Location relative to prefix to put vulkan icds on install. Default: $datadir/vulkan/icd.d')
> > option('valgrind', type : 'boolean', vaule : true,
>
> and again.
>
You're correct, I've fixed that locally.
Dylan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170925/fcd7547f/attachment.sig>
More information about the mesa-dev
mailing list