Do not pull in X11 dependencies when the build is configured for LOKit
Change-Id: I44a1782cf523bbfbbbb0e0d5333364f36c7ed495 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130783 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
parent
cfb68712a4
commit
09d86496f0
1 changed files with 3 additions and 1 deletions
|
@ -23,5 +23,7 @@ if [[ "${OS}" == "AIX" ]]; then
|
|||
echo "libfreetype.a(libfreetype.so.6${mark64})"
|
||||
else
|
||||
echo "libfreetype.so.6${mark64}"
|
||||
echo "libXinerama.so.1${mark64}"
|
||||
if [[ "${XINERAMA_LINK}" == "dynamic" ]]; then
|
||||
echo "libXinerama.so.1${mark64}"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue