meson: Skip the plugins_doc_caches target if docs are disabled
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 4 Dec 2024 18:36:58 +0000 (00:06 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 16 Dec 2024 18:52:20 +0000 (18:52 +0000)
commita3d3a6149003385d6bd292c5aa1395ab061daa13
treefa0946b71e17b117f297ee47382f9c0902b737c3
parent7be4d09f1462118549ccaaeb7ad2c0358d52f616
meson: Skip the plugins_doc_caches target if docs are disabled

This is a follow-up to 95eca6d91912620a8a36b55ae32f72a32bc2475b, due
to which the target existed, but was a no-op, and it was difficult to
notice why the plugin caches are not being generated, since the doc
option is disabled by default.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8120>
meson.build