diff options
author | Erik Hanson <erik@slackbuilds.org> | 2015-03-25 22:17:57 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-29 07:38:30 +0700 |
commit | f12b7dd89afa5bf7d08d3a26807752488255fd80 (patch) | |
tree | 1b2f17df7ae2165809c75b447a2c30afe67869af /games/0ad/0ad.SlackBuild | |
parent | bbc318d2bbf6f65b5bfa342eb71207918aebac90 (diff) | |
download | slackbuilds-f12b7dd89afa5bf7d08d3a26807752488255fd80.tar.gz |
games/0ad: BUILD bump, require SDL2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/0ad/0ad.SlackBuild')
-rw-r--r-- | games/0ad/0ad.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/0ad/0ad.SlackBuild b/games/0ad/0ad.SlackBuild index 0e3125ed37..adebd420fa 100644 --- a/games/0ad/0ad.SlackBuild +++ b/games/0ad/0ad.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=0ad VERSION=${VERSION:-0.0.18} RELEASE=${RELEASE:-alpha} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -86,9 +86,8 @@ build/workspaces/update-workspaces.sh \ --bindir=/usr/games \ --datadir=/usr/share/games/0ad \ --libdir=/usr/lib${LIBDIRSUFFIX}/0ad \ - --${ATLAS:-disable}-atlas - - # --with-system-mozjs24 - js in repo is too old + --${ATLAS:-disable}-atlas \ + --sdl2 make CONFIG=Release -C build/workspaces/gcc |