remove --disable-opengl from build scripts. typecast array entries in

vga_other.cpp to get compiler to shut up about int to Bitu type
conversion.
This commit is contained in:
Jonathan Campbell
2013-10-20 10:47:54 -07:00
parent ba37aa74af
commit 6727a01157
3 changed files with 5 additions and 5 deletions

2
build
View File

@@ -1,5 +1,5 @@
#!/bin/bash
chmod +x configure
./configure --disable-opengl --enable-core-inline --disable-debug --prefix=/usr || exit 1
./configure --enable-core-inline --disable-debug --prefix=/usr || exit 1
make -j3 || exit 1