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