summaryrefslogtreecommitdiff
path: root/bin/check-elf-dynamic-objects
diff options
context:
space:
mode:
Diffstat (limited to 'bin/check-elf-dynamic-objects')
-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 f2973c8b8ae0..5492aafaca34 100755
--- a/bin/check-elf-dynamic-objects
+++ b/bin/check-elf-dynamic-objects
@@ -112,6 +112,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"
;;