diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-05 17:15:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-05 21:43:58 -0700 |
commit | dd633119bb42f0c38c522db2e4bd4eb27e95f8fe (patch) | |
tree | 964fb0f2377c69c25f068f88eb7cb42133b0c1cd /scripts | |
parent | 11993b59ca3ed29b1581e273546d44fc134fbe37 (diff) | |
download | subsurface-dd633119bb42f0c38c522db2e4bd4eb27e95f8fe.tar.gz |
Travis: use system libgit2 on OpenSUSE for Qt56 build
This is libgit2 0.24 which is new enough for our purposes.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/qt56/before_install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/qt56/before_install.sh b/scripts/qt56/before_install.sh index ecfe8785e..7be945b89 100644 --- a/scripts/qt56/before_install.sh +++ b/scripts/qt56/before_install.sh @@ -17,4 +17,5 @@ docker exec -t builder zypper --non-interactive install \ libqt5-linguist-devel libqt5-qttools-devel libQt5WebKitWidgets-devel \ libqt5-qtbase-devel libQt5WebKit5-devel libqt5-qtsvg-devel \ libqt5-qtscript-devel libqt5-qtdeclarative-devel \ - libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel which + libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel which \ + libgit2-devel |