summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-09-27 19:32:30 +0300
committerMarius Vlad <marius.vlad@collabora.com>2021-09-28 00:14:58 +0300
commitb25020f9a5055c4c7c0b584d3cbd328ae0ee230c (patch)
tree04b541313c17550140b5d8514f58ca47b63d1752
parente5016cbc47b46b86a50d9a6ca71269a62664efbe (diff)
meson.build: Add a waltham-transmitter pkg-config pc filemarlin_12.90.1marlin/12.90.112.90.1
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
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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 = []