bin/check-elf-dynamic-objects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b65d21596b5773d744b242716a78308d2c3714d0 Author: Jan-Marek Glogowski <[email protected]> AuthorDate: Mon Oct 5 11:15:57 2020 +0200 Commit: Jan-Marek Glogowski <[email protected]> CommitDate: Mon Oct 5 14:12:00 2020 +0200 The gtk3 dependency of libavmediagst is long gone Regressed-by: a6201725d760cbce832d4de029b418bb7334df6a Change-Id: If3bc22f86092f8232e049ddf6ff47477e5f87342 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103952 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <[email protected]> diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects index 89b46d16cd2e..bb873cfae648 100755 --- a/bin/check-elf-dynamic-objects +++ b/bin/check-elf-dynamic-objects @@ -124,7 +124,7 @@ local file="$1" allowlist="${allowlist} ${gioallowlist}" ;; */libavmediagst.so) - allowlist="${allowlist} ${gtk3allowlist} ${gstreamerallowlist}" + allowlist="${allowlist} ${gstreamerallowlist}" ;; */libvclplug_kf5lo.so|*/libkf5be1lo.so) if [ "$ENABLE_KF5" = TRUE ]; then _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
