meson.build: Add a waltham-transmitter pkg-config pc file 75/26675/1 12.90.1 marlin/12.90.1 marlin_12.90.1
authorMarius Vlad <marius.vlad@collabora.com>
Mon, 27 Sep 2021 16:32:30 +0000 (19:32 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Mon, 27 Sep 2021 21:14:58 +0000 (00:14 +0300)
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 <marius.vlad@collabora.com>
Change-Id: I8c569fae641472fe9a2454a89fcf6da4f2a33ccc

meson.build

index d953fe3..4f0e763 100644 (file)
@@ -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 = []