summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2022-07-18 10:01:38 +0100
committerSimon McVittie <smcv@debian.org>2022-07-18 10:01:38 +0100
commit179c27b1d7505cec2132dea21868fe2c9205044f (patch)
treea52d26997c107e3f1876fe39696588e18945c63f /meson.build
parentda5450e7292091acd9dabc1600fb651467261a3b (diff)
downloadcairo-179c27b1d7505cec2132dea21868fe2c9205044f.tar.gz
meson: Only link cairo-script-interpreter with liblzo
The rest of cairo (and therefore most external packages that depend on cairo) doesn't make any use of liblzo. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 130ca251f..970f49a52 100644
--- a/meson.build
+++ b/meson.build
@@ -206,7 +206,6 @@ endif
lzo_dep = dependency('lzo2', required: false)
if lzo_dep.found()
- deps += [lzo_dep]
conf.set('HAVE_LZO', 1)
endif