media-libs/libplacebo: disable useless demos (see comment in ebuild)

Package-Manager: Portage-3.0.28, Repoman-3.0.1
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
This commit is contained in:
Vadim Misbakh-Soloviov
2021-11-14 07:39:57 +07:00
parent 3dbe521730
commit db806bf9c1

View File

@@ -60,6 +60,10 @@ multilib_src_configure() {
$(meson_use test tests)
# hard-code path from dev-util/vulkan-headers
-Dvulkan-registry=/usr/share/vulkan/registry/vk.xml
-Ddemos=false
# ^ useless, and also semi-broken
# (well, actually, looks like it requires some new just-for-demos deps and even with versions restrictions (say, >=glfw-3.3))
# feel free to patch if you need demos for some strange reason.
)
meson_src_configure
}