Kaydet (Commit) 0705d2a2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Adapt CustomTarget_postprocess/check_dynamic_objects to --enable-kde5

Change-Id: I3b03e3a75f5a6157479582e74be349c567fc1e8c
üst 98177cd4
......@@ -127,6 +127,11 @@ local file="$1"
*/libvclplug_kde4lo.so|*/libkde4be1lo.so)
whitelist="${whitelist} ${x11whitelist} ${kde4whitelist}"
;;
*/libvclplug_kde5lo.so|*/libkde5be1lo.so)
if [ "$ENABLE_KDE5" = TRUE ]; then
whitelist="${whitelist} ${qt5whitelist} ${kf5whitelist} libxcb.so.1"
fi
;;
*/libvclplug_gtklo.so|*/libqstart_gtklo.so|*/updater)
whitelist="${whitelist} ${x11whitelist} ${gtk2whitelist}"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment