Skip to content

Commit

Permalink
trying to fix build under ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
unxed committed Mar 31, 2023
1 parent e69dbf5 commit 8b1fcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tools/before_install.sh
Expand Up @@ -74,7 +74,7 @@ case $(uname -s) in
extra_deps='libwebkit2gtk-4.0-dev libgspell-1-dev'
;;
2) libtoolkit_dev=libgtk2.0-dev
extra_deps='libwebkitgtk-dev'
extra_deps='libwebkitgtk-dev libxkbcommon-dev'
;;
*) echo 'Please specify wxGTK_VERSION explicitly.' >&2
exit 1
Expand Down

0 comments on commit 8b1fcd2

Please sign in to comment.