diff mbox

[i-g-t] meson: Chamelium depends on GSL

Message ID 20180320211948.6420-1-daniels@collabora.com (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Stone March 20, 2018, 9:19 p.m. UTC
Chamelium support requires igt_frame to be built, which requires both
GSL and Pixman.

Signed-off-by: Daniel Stone <daniels@collabora.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Petri Latvala March 23, 2018, 10:23 a.m. UTC | #1
On Tue, Mar 20, 2018 at 09:19:48PM +0000, Daniel Stone wrote:
> Chamelium support requires igt_frame to be built, which requires both
> GSL and Pixman.
> 
> Signed-off-by: Daniel Stone <daniels@collabora.com>

Reviewed-by: Petri Latvala <petri.latvala@intel.com>

Also a reminder about https://lists.freedesktop.org/mailman/listinfo/igt-dev

> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index ef7017cb..5b783e5d 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -76,7 +76,7 @@ if not xmlrpc.found() and xmlrpc_cmd.found()
>  	endif
>  endif
>  
> -if pixman.found() and xmlrpc.found() and xmlrpc_util.found() and xmlrpc_client.found()
> +if pixman.found() and gsl.found() and xmlrpc.found() and xmlrpc_util.found() and xmlrpc_client.found()
>  	chamelium = declare_dependency(dependencies : [ pixman, xmlrpc,
>  	  xmlrpc_util, xmlrpc_client])
>  	config.set('HAVE_CHAMELIUM', 1)
> -- 
> 2.16.2
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
diff mbox

Patch

diff --git a/meson.build b/meson.build
index ef7017cb..5b783e5d 100644
--- a/meson.build
+++ b/meson.build
@@ -76,7 +76,7 @@  if not xmlrpc.found() and xmlrpc_cmd.found()
 	endif
 endif
 
-if pixman.found() and xmlrpc.found() and xmlrpc_util.found() and xmlrpc_client.found()
+if pixman.found() and gsl.found() and xmlrpc.found() and xmlrpc_util.found() and xmlrpc_client.found()
 	chamelium = declare_dependency(dependencies : [ pixman, xmlrpc,
 	  xmlrpc_util, xmlrpc_client])
 	config.set('HAVE_CHAMELIUM', 1)