Commit f246080e authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'patch-8' of github.com:zorn-v/PortWINE into zorn-v-patch-8

parents b809eb77 5f5c47fe
...@@ -5677,7 +5677,7 @@ gui_edit_db () { ...@@ -5677,7 +5677,7 @@ gui_edit_db () {
[[ ! -e "/dev/ntsync" ]] && DISABLE_EDIT_DB_LIST+=" PW_USE_NTSYNC" [[ ! -e "/dev/ntsync" ]] && DISABLE_EDIT_DB_LIST+=" PW_USE_NTSYNC"
if ! check_flatpak \ 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 then
DISABLE_EDIT_DB_LIST+=" PW_USE_LS_FRAME_GEN" DISABLE_EDIT_DB_LIST+=" PW_USE_LS_FRAME_GEN"
export PW_USE_LS_FRAME_GEN="0" export PW_USE_LS_FRAME_GEN="0"
......
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