summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2018-03-20 21:19:28 +0000
committerDaniel Stone <daniels@collabora.com>2018-03-23 10:42:02 +0000
commitc2ee90774496a9772f17a7a359d7a670bf7d6b85 (patch)
tree893d922d6401116fbdced37bafa264b07d15f420 /meson.build
parent20b8799898c844ad57e9cdb0238ffb7a44140d89 (diff)
meson: Chamelium depends on GSL
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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)