Merge branch 'zorn-v-patch-8' into devel

This commit is contained in:
Mikhail Tergoev
2025-09-18 14:25:03 +03:00

View File

@@ -5677,7 +5677,7 @@ gui_edit_db () {
[[ ! -e "/dev/ntsync" ]] && DISABLE_EDIT_DB_LIST+=" PW_USE_NTSYNC"
if ! check_flatpak \
&& ! compare_versions "$(ldd --version | head -n 1 | awk '{print $4}')" "2.38"
&& ! compare_versions "$(ldd --version | head -n 1 | awk '{print $NF}')" "2.38"
then
DISABLE_EDIT_DB_LIST+=" PW_USE_LS_FRAME_GEN"
export PW_USE_LS_FRAME_GEN="0"