From 63a320d9b42ae6729b144b4d1be376d1efe9e3c7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 13 Feb 2023 16:51:18 +0100 Subject: [PATCH] Adapt to renamed libcairo-lo.so.2 ...following up on d552b4a549d614a03aa9328e017dec27bd3ff41e "Enable opening of downloaded fonts only in ForKit in Online" and 9eaa1325a014ff76acd3290752f842ed6bad89ac "Only package the external/cairo library that is named the same as the SONAME" Change-Id: Ifec89813140dcca5eea13943a12883febb6c5cd1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146934 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- bin/check-elf-dynamic-objects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects index 3cb4d564a7ae..415dea8f46ee 100755 --- a/bin/check-elf-dynamic-objects +++ b/bin/check-elf-dynamic-objects @@ -118,7 +118,7 @@ local file="$1" */_uuid.cpython-*.so) allowlist="${allowlist} libuuid.so.1" ;; - */libcairo.so.2) + */libcairo-lo.so.2) allowlist="${allowlist} ${x11allowlist} libxcb-shm.so.0 libxcb.so.1 libxcb-render.so.0" ;; */libcairocanvaslo.so)