va: Remove libgudev crumbs in library.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 7 Feb 2022 10:27:57 +0000 (11:27 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 8 Feb 2022 16:22:42 +0000 (16:22 +0000)
commit5e4c152de4d495e5d7a61623e6bb11859de859d7
tree5b7767bac784b16523a14da47fc8a757bdcd92f7
parent6676b1e75c2a3cdfebef2c0f5e2679635f060166
va: Remove libgudev crumbs in library.

In commit e699aaeb we moved linking of libgudev to the plugin rather
the library, because it's only used in the plugin. But the dependency
check is still done in library.

This patch removes the dependency check in library, and updates the
dependency check in plugin.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1650>
subprojects/gst-plugins-bad/gst-libs/gst/va/meson.build
subprojects/gst-plugins-bad/sys/va/meson.build