diff mbox

[libdrm,01/13] meson: add missing HAVE_RADEON

Message ID 20180126164552.5473-1-eric.engestrom@imgtec.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Engestrom Jan. 26, 2018, 4:45 p.m. UTC
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dylan Baker Jan. 26, 2018, 5:27 p.m. UTC | #1
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
Dylan Baker Jan. 26, 2018, 5:41 p.m. UTC | #2
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 mbox

Patch

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