Skip to content

Commit

Permalink
gstreamer-meson.eclass: Avoid shm and waylandsink getting enabled for…
Browse files Browse the repository at this point in the history
… -bad splits

This is mainly for correctness, as the bad split builds didn't actually end up
building anything about shm or waylandsink as the subdirs of those are ignored
by the split packages builds.

Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Apr 1, 2024
1 parent 3623252 commit 46a54bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/gstreamer-meson.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ gstreamer_get_plugins() {
# gst-plugins-bad
hls
opencv
wayland
)

for option in ${extra_options[@]} ; do
Expand Down Expand Up @@ -282,8 +283,7 @@ gstreamer_get_plugin_dir() {
# @INTERNAL
# @DESCRIPTION:
# Contains false-positives.
# - gst-plugins-bad puts "shm" in external deps
GST_PLUGINS_ENOAUTO="shm"
GST_PLUGINS_ENOAUTO=""

# @FUNCTION: gstreamer_multilib_src_configure
# @DESCRIPTION:
Expand Down

0 comments on commit 46a54bf

Please sign in to comment.