File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ AC_SUBST(LRELEASE)
55AC_SUBST ( WITH_QT6 )
66AC_ARG_WITH ( qt6 , [ --with-qt6 (build with qt6)] ,[ WITH_QT6="$withval"] ,[ WITH_QT6="no"] )
77
8- # check if we have ubuntu plucky and activate --with-qt6
8+ # check if we have ubuntu plucky or debian trixie and activate --with-qt6
99# if so as we don't have webkit in that one.
1010# maybe we should check if qt5webkit exists and if not activate qt6
1111# but I have no idea how to do that
1212
13- if "lsb_release" -cs | grep plucky; then
13+ if "lsb_release" -cs | grep " plucky\|trixie" ; then
1414 WITH_QT6="yes"
15- AC_MSG_RESULT ( [ Forcing qt6 as we don't have webkit in plucky distro ] )
15+ AC_MSG_RESULT ( [ Forcing qt6 as we don't have webkit in newer distros ] )
1616fi
1717
1818AC_MSG_CHECKING ( [ if qt6 is requested] )
You can’t perform that action at this time.
0 commit comments