Skip to content

Commit

Permalink
src/tests: Fallback gtk-query-immodules-3.0 for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Nov 22, 2022
1 parent 506ac99 commit 2719e93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/runtest
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ MACHINE=`uname -m`
if test x"$MACHINE" = xx86_64 ; then
GTK_QUERY_MODULE=gtk-query-immodules-3.0-64
fi
which $GTK_QUERY_MODULE
if [ $? -ne 0 ] ; then
GTK_QUERY_MODULE=gtk-query-immodules-3.0
fi

retval=0

Expand Down

0 comments on commit 2719e93

Please sign in to comment.