mirror of https://github.com/qTox/qTox.git
Browse Source
This commit adds the following fixes to simple_make.sh - cmake -H -B is undocumented and not officially supported, so replace it with the standard way Fixes #4267 - fix build via "opensuse" docker image + zypper in sudo (if not installed) + replace external program "which" with shell built-in "command -v" + update and sorte depencies for OpenSUSE + improve the distro test, as OpenSUSE may have apt installed, but not necessarily lsb_release. Note: OpenSUSE has no package called ffmpeg-devel in the official repos, but it it has ffmpeg2-devel.reviewable/pr4273/r1
1 changed files with 23 additions and 15 deletions
Loading…
Reference in new issue