Message ID | 20180126164552.5473-1-eric.engestrom@imgtec.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Quoting Eric Engestrom (2018-01-26 08:45:40) > Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build b/meson.build > index 1bccdb2c03d7846e7bfb..73058e7d772b7744a359 100644 > --- a/meson.build > +++ b/meson.build > @@ -255,7 +255,7 @@ foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'], > [with_nouveau, 'NOUVEAU'], [with_omap, 'OMAP'], > [with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'], > [with_tegra, 'TEGRA'], [with_vc4, 'VC4'], > - [with_etnaviv, 'ETNAVIV']] > + [with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']] > if t[0] > config.set10('HAVE_@0@'.format(t[1]), true) > endif > -- > Cheers, > Eric > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
For the series: Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Quoting Eric Engestrom (2018-01-26 08:45:40) > Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build b/meson.build > index 1bccdb2c03d7846e7bfb..73058e7d772b7744a359 100644 > --- a/meson.build > +++ b/meson.build > @@ -255,7 +255,7 @@ foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'], > [with_nouveau, 'NOUVEAU'], [with_omap, 'OMAP'], > [with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'], > [with_tegra, 'TEGRA'], [with_vc4, 'VC4'], > - [with_etnaviv, 'ETNAVIV']] > + [with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']] > if t[0] > config.set10('HAVE_@0@'.format(t[1]), true) > endif > -- > Cheers, > Eric > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/meson.build b/meson.build index 1bccdb2c03d7846e7bfb..73058e7d772b7744a359 100644 --- a/meson.build +++ b/meson.build @@ -255,7 +255,7 @@ foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'], [with_nouveau, 'NOUVEAU'], [with_omap, 'OMAP'], [with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'], [with_tegra, 'TEGRA'], [with_vc4, 'VC4'], - [with_etnaviv, 'ETNAVIV']] + [with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']] if t[0] config.set10('HAVE_@0@'.format(t[1]), true) endif
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)