From 7108fae2cfa1e3adad88590a5bb4298d291e2dae Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 20 Feb 2018 22:54:08 +0000 Subject: [PATCH] build: Fix System.Xml.Linq reference --- Sparkles/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/Sparkles/meson.build b/Sparkles/meson.build index ddfda2de..e4261c56 100644 --- a/Sparkles/meson.build +++ b/Sparkles/meson.build @@ -27,6 +27,7 @@ sparkles_src = ['AuthenticationInfo.cs', sparkles = library('Sparkles', sources: sparkles_src, + cs_args: '-r:System.Xml.Linq', install: true, install_dir: install_dir)