[igt-dev] [PATCH i-g-t 2/2] meson: Make cairo mandatory
Petri Latvala
petri.latvala at intel.com
Tue Feb 20 10:21:15 UTC 2018
On Tue, Feb 20, 2018 at 11:00:22AM +0200, Arkadiusz Hiler wrote:
> We use cairo all around the codebase unconditionally, yet for some
> reason it was an optional dependency.
>
> Cc: Petri Latvala <petri.latvala at intel.com>
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
Cairo being mandatory is already quite the status quo.
Acked-by: Petri Latvala <petri.latvala at intel.com>
> ---
> meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 9036feb1..509ae5de 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -47,7 +47,7 @@ if valgrind.found()
> config.set('HAVE_VALGRIND', 1)
> endif
>
> -cairo = dependency('cairo', version : '>1.12.0', required : false)
> +cairo = dependency('cairo', version : '>1.12.0', required : true)
>
> libudev = dependency('libudev', required : false)
> if libudev.found()
> --
> 2.14.3
>
More information about the igt-dev
mailing list