[PATCH libdrm v2 14/23] meson: use simple option handling for omap
Sebastian Reichel
sebastian.reichel at collabora.co.uk
Wed Apr 4 17:55:18 UTC 2018
Hi,
On Wed, Apr 04, 2018 at 04:38:09PM +0100, Eric Engestrom wrote:
> [...]
>
> -with_omap = false
> -_omap = get_option('omap')
> -if _omap == 'true'
> - if not with_atomics
> - error('libdrm_omap requires atomics.')
> - endif
> - with_omap = true
> +with_exynos = false
> +_exynos = get_option('exynos')
> +if _exynos == 'auto'
> + with_exynos = true
> +else
> + with_exynos = _exynos == 'true'
> endif
Looks like some patch rebasing went wrong with this one (it
simplifies omap, but also adds some exynos stuff)?
-- Sebastian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180404/6ea57ed8/attachment-0001.sig>
More information about the dri-devel
mailing list