fix system-libfixmath build without mergelibs
missing -llibfixmath do it doesn't get it while it seems to get it via tools/libtl (which has it) in the mergelibs case Change-Id: Idb6a0079a63ffb1cff0fc1cafb2c11dfa3bec5b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142817 Tested-by: René Engelhard <rene@debian.org> Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
3b6316f25e
commit
50582d73c6
1 changed files with 6 additions and 0 deletions
|
@ -570,6 +570,12 @@ vcl_headless_freetype_code=\
|
|||
vcl/unx/generic/printer/jobdata \
|
||||
vcl/unx/generic/printer/ppdparser \
|
||||
|
||||
ifeq ($(SYSTEM_LIBFIXMATH),TRUE)
|
||||
$(eval $(call gb_Library_add_libs,vcl,\
|
||||
-llibfixmath \
|
||||
))
|
||||
endif
|
||||
|
||||
ifeq ($(USING_X11),TRUE)
|
||||
$(eval $(call gb_Library_add_exception_objects,vcl,\
|
||||
vcl/unx/generic/window/screensaverinhibitor \
|
||||
|
|
Loading…
Reference in a new issue