From: Marius Vlad Date: Mon, 27 Sep 2021 16:32:30 +0000 (+0300) Subject: meson.build: Add a waltham-transmitter pkg-config pc file X-Git-Tag: 12.90.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b25020f9a5055c4c7c0b584d3cbd328ae0ee230c;p=src%2Fagl-compositor.git 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 --- 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 = []