Browse Source
The only known variable is $(SUBLIBS) in LIBS which is a variable that doesn't exist in the makefile. It's only found when Qt is compiled as dynamic libraries. We just skip the variable. Without this $(SUBLIBS) is passed to the Makefile with the other libs. This is fine with autotools which ignores the undefined variable. But meson doesn't like it. Ref. #29585mmdevice-clean/8
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue