diff options
-rwxr-xr-x | bin/check-elf-dynamic-objects | 2 |
1 files changed, 1 insertions, 1 deletions
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 |