summaryrefslogtreecommitdiff
path: root/packages/nonworking/exult/exult_1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/nonworking/exult/exult_1.2.bb')
-rw-r--r--packages/nonworking/exult/exult_1.2.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/nonworking/exult/exult_1.2.bb b/packages/nonworking/exult/exult_1.2.bb
index f20fffbe27..2158fe5b37 100644
--- a/packages/nonworking/exult/exult_1.2.bb
+++ b/packages/nonworking/exult/exult_1.2.bb
@@ -3,17 +3,14 @@ capable of using the data and graphics files that come with the game. Qt/E based
SECTION = "opie/games"
PRIORITY = "optional"
DEPENDS = "libsdl-qpe libsdl-mixer zlib"
-SRC_URI = "${SOURCEFORGE_MIRROR}/exult/exult-${PV}.tar.gz \
- file://configure_fix.patch;patch=1"
+SRC_URI = "${SOURCEFORGE_MIRROR}/exult/exult-${PV}.tar.gz"
inherit autotools
#FIXME: Add compatible host or so, it is zaurus specific atm.
-export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
-export FT2CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config"
-
EXTRA_OECONF = "-host=arm-embeddix-linux-gnu \
+ --with-sdl-prefix=${STAGING_BINDIR}/.. \
--disable-exult-studio-support \
--disable-debug \
--disable-exult-studio \
@@ -25,7 +22,7 @@ EXTRA_OECONF = "-host=arm-embeddix-linux-gnu \
--disable-kmid \
--with-vorbis-prefix=${STAGING_LIBDIR}/.. \
--with-mpeg2-prefix=${STAGING_LIBDIR}/.. \
- --with-mad-prefix=${STAGING_BINDIR_CROSS}/.. "
+ --with-mad-prefix=${STAGING_BINDIR}/.. "
#CXXFLAGS_append = " -Dmain=SDL_main"
#CFLAGS_append = " -Dmain=SDL_main"