mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 04:51:26 +00:00
meson: Fix build of static plugins
While we were correctly skipping the plugins that couldn't be built statically, we were still adding their names to the list and the .pc list causing them to still get built. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/994>
This commit is contained in:
parent
12c058bc49
commit
b75483e597
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import os
|
||||||
from utils import iterate_plugins
|
from utils import iterate_plugins
|
||||||
|
|
||||||
# the csound version used on ci does not ship a .pc file
|
# the csound version used on ci does not ship a .pc file
|
||||||
|
# threadshare we skip in meson static build as well
|
||||||
IGNORE = ['csound', 'threadshare']
|
IGNORE = ['csound', 'threadshare']
|
||||||
|
|
||||||
outdir = sys.argv[1]
|
outdir = sys.argv[1]
|
||||||
|
|
Loading…
Reference in a new issue