pipewire: use dlclose unless PIPEWIRE_DLCLOSE is set to false

Always dlclose the libraries but use PIPEWIRE_DLCLOSE to override this
behaviour.

Fixes #2786
This commit is contained in:
Wim Taymans 2022-12-12 17:11:04 +01:00
parent b29200ee82
commit b5c21c1fbc
2 changed files with 9 additions and 2 deletions

View file

@ -38,7 +38,7 @@ gdb:
$(MAKE) run DBG=gdb
valgrind:
$(MAKE) run DBG="DISABLE_RTKIT=1 valgrind --trace-children=yes"
$(MAKE) run DBG="DISABLE_RTKIT=1 PIPEWIRE_DLCLOSE=false valgrind --trace-children=yes"
test: all
ninja -C $(BUILD_ROOT) test