games/eduke32: Fixed builds without libvpx.

This commit is contained in:
B. Watson 2015-07-23 03:38:08 -04:00 committed by Willy Sudiarto Raharjo
parent 2c23db5171
commit 396e78fe53

View file

@ -68,7 +68,7 @@ make ARCH="$SLKCFLAGS" $VPXFLAG SDL_TARGET=1
# Build the utilities, if requested.
if [ "${BUILD_UTILS:-yes}" = "yes" ]; then
make utils ARCH="$SLKCFLAGS" SDL_TARGET=1
make utils ARCH="$SLKCFLAGS" $VPXFLAG SDL_TARGET=1
for i in kextract kgroup transpal wad2art wad2map; do
install -s -D -m0755 $i $PKG/usr/games/$i