summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-09-04 14:09:17 +0200
committerAndras Timar <andras.timar@collabora.com>2019-09-04 14:09:17 +0200
commitdf92637754c5e7fd59d0aec8bf646c8b42416fd5 (patch)
treeebda5f7c9aea2093523d63e2df50a4aefdaed816 /bin
parentd168d78e6eecd66c7c063c6c0fff78129c4eb2dc (diff)
tdf#121983 add whitelist for libcairo.so.2
Change-Id: If255e5af56d78047af9d38d6a7f0df070888816e
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-elf-dynamic-objects3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects
index 8848207855f5..d17a08717a8f 100755
--- a/bin/check-elf-dynamic-objects
+++ b/bin/check-elf-dynamic-objects
@@ -114,6 +114,9 @@ local file="$1"
# skip the majority of files, no ELF binaries here
skip=1
;;
+ */libcairo.so.2)
+ whitelist="${whitelist} ${x11whitelist} libxcb-shm.so.0 libxcb.so.1 libxcb-render.so.0"
+ ;;
*/libcairocanvaslo.so)
whitelist="${whitelist} libcairo.so.2"
;;