Skip to content

Commit

Permalink
Forgot packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 11, 2015
1 parent 5368a07 commit 08c6981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(APPNAME "i-score")
set(ISCORE_VERSION_MAJOR 1)
set(ISCORE_VERSION_MINOR 0)
set(ISCORE_VERSION_PATCH 0)
set(ISCORE_VERSION_EXTRA a24.2)
set(ISCORE_VERSION_EXTRA a24.3)
set(ISCORE_CODENAME "Koujoukoujoukou")
set(ISCORE_VERSION "${ISCORE_VERSION_MAJOR}.${ISCORE_VERSION_MINOR}.${ISCORE_VERSION_PATCH}-${ISCORE_VERSION_EXTRA}")

Expand Down
2 changes: 1 addition & 1 deletion tools/travis/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ case "$TRAVIS_OS_NAME" in
then
sudo wget https://www.dropbox.com/s/vjh9lm1n3sody2c/qt5-static-linux-release.tar.xz?dl=1 -O /opt/qt5-static-linux-release.tar.xz
(cd /opt; sudo tar xaf qt5-static-linux-release.tar.xz)
sudo apt-get install -qq libxi-dev libxcb-image0-dev libxcb-keysyms1-dev libxcb-xkb-dev libxcb-render-util0-dev
sudo apt-get install -qq libxcb-icccm4-dev libxi-dev libxcb-image0-dev libxcb-keysyms1-dev libxcb-xkb-dev libxcb-render-util0-dev
else
sudo apt-get install -qq qt55-meta-full
fi
Expand Down

0 comments on commit 08c6981

Please sign in to comment.