e-uae: Remove sdl-gl from Haiku build (#3763)

This commit is contained in:
kenmays
2019-04-23 10:39:19 -07:00
committed by waddlesplash
parent 238e83cbea
commit cdb8a1101a

View File

@@ -26,7 +26,7 @@ Amiga Forever distribution."
HOMEPAGE="https://www.rcdrummond.net/uae/"
COPYRIGHT="2004-2019 Richard Drummond"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.rcdrummond.net/uae/e-uae-0.8.29-WIP4/e-uae-0.8.29-WIP4.tar.bz2"
CHECKSUM_SHA256="9828cb0fca783160bcb33900d0254f4bdaade1c9a41256e5f298e973d0c07456"
SOURCE_DIR="e-uae-0.8.29-WIP4"
@@ -74,7 +74,7 @@ BUILD_PREREQUIRES="
BUILD()
{
runConfigure ./configure --with-sdl --with-sdl-gfx --with-sdl-sound --with-sdl-gl \
runConfigure ./configure --with-sdl --with-sdl-gfx --with-sdl-sound \
--enable-threads --build=i586-beos --enable-audio --enable-jit --disable-bsdsock
make $jobArgs
}