diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-28 08:06:31 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-28 08:06:31 -0600 |
commit | fd63dbb46621a57d0c1e684d32e32b28b7c43d5a (patch) | |
tree | 8766dbe3c4081011b5e88929433d265e2fafeae0 /user/libxcomposite | |
parent | 0ba5758baa00b2602d875d8904084b8bac276322 (diff) | |
download | packages-fd63dbb46621a57d0c1e684d32e32b28b7c43d5a.tar.gz packages-fd63dbb46621a57d0c1e684d32e32b28b7c43d5a.tar.bz2 packages-fd63dbb46621a57d0c1e684d32e32b28b7c43d5a.tar.xz packages-fd63dbb46621a57d0c1e684d32e32b28b7c43d5a.zip |
user/sdl2: Use CMake instead of autotools
The SDL 2 build system does not support dash-binsh when using the autotools
build system:
./configure: 1: ./configure: objects: not found
./configure: 1: ./configure: objects: not found
./configure: 1: ./configure: objects: not found
./configure: 1: ./configure: objects: not found
./configure: 1: ./configure: objects: not found
./configure: 1: ./configure: objects: not found
./configure: 1: ./configure: objects: not found
./configure: 1: ./configure: objects: not found
make: *** No rule to make target 'build/SDL.lo', needed by
'build/libSDL2.la'. Stop.
Even when forcing shell to bash and running configure under bash, libtool
fails to work:
./libtool: 1569: ./libtool: preserve_args+= --quiet: not found
The CMake build system works with dash-binsh, so let's just use that.
Diffstat (limited to 'user/libxcomposite')
0 files changed, 0 insertions, 0 deletions