pkgconfig: fix meson warning about waylandlib not being in the config data
authorTim-Philipp Müller <tim@centricular.com>
Wed, 8 Jul 2020 09:54:49 +0000 (10:54 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 8 Jul 2020 09:54:49 +0000 (10:54 +0100)
commitb428b7357ea066b25334ae3d9538fbcf8fe27ef3
tree57cce9312b6293e00da9d0fe3318882d96557b03
parentf3fdd766832f9b72b2781cfbcaf26f42d731124d
pkgconfig: fix meson warning about waylandlib not being in the config data

meson.build:58: WARNING: The variable(s) 'waylandlibdir' in the input file 'subprojects/gst-plugins-bad/pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in' are not present in the given configuration data.

We don't provide a .pc file for this lib nor install its headers,
so no need for this path to be in the uninstalled .pc file really.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1417>
pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in