summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-02-13 16:51:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2023-02-13 17:41:06 +0000
commit63a320d9b42ae6729b144b4d1be376d1efe9e3c7 (patch)
treeffdfffcd025d96f28bb837ba9e68fa80f6887a64 /bin
parent8589cfab808935fbcade39866145074bdfeaae81 (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-elf-dynamic-objects2
1 files changed, 1 insertions, 1 deletions
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)