Commit e9a13ae5 authored by Mikhail Tergoev's avatar Mikhail Tergoev

dropped check libc for flatpak

parent e2f1476d
...@@ -5469,7 +5469,10 @@ gui_edit_db () { ...@@ -5469,7 +5469,10 @@ gui_edit_db () {
esac esac
[[ ! -e "/dev/ntsync" ]] && DISABLE_EDIT_DB_LIST+=" PW_USE_NTSYNC" [[ ! -e "/dev/ntsync" ]] && DISABLE_EDIT_DB_LIST+=" PW_USE_NTSYNC"
if [[ $(ldd --version | head -n 1 | awk '{print $4}') < 2.38 ]] ; then
if ! check_flatpak \
&& [[ $(ldd --version | head -n 1 | awk '{print $4}') < 2.38 ]]
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"
PW_USE_LS_FRAME_GEN_INFO=${translations[GLIBC version 2.38+ is required for use Lossless Scaling frame generation]} PW_USE_LS_FRAME_GEN_INFO=${translations[GLIBC version 2.38+ is required for use Lossless Scaling frame generation]}
......
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