From b25020f9a5055c4c7c0b584d3cbd328ae0ee230c Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 27 Sep 2021 19:32:30 +0300 Subject: [PATCH] meson.build: Add a waltham-transmitter pkg-config pc file It would be of tremendous help to know when the transmitter plugin is really installed, to avoid assuming that the waltham library is enough. Bug-AGL: SPEC-4087 Signed-off-by: Marius Vlad Change-Id: I8c569fae641472fe9a2454a89fcf6da4f2a33ccc --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d953fe3..4f0e763 100644 --- a/meson.build +++ b/meson.build @@ -70,7 +70,7 @@ endforeach # for it so we add waltham depends here. Further more, the output is being # handled by remoting plug-in depnames_waltham = [ - 'waltham' + 'waltham', 'waltham-transmitter', ] deps_waltham = [] -- 2.16.6