[oe-commits] org.oe.dev nonworking/exult: Some random fixes which were in my local tree after the STAGING_BINDIR changes

rpurdie commit openembedded-commits at lists.openembedded.org
Mon Apr 9 21:19:47 UTC 2007


nonworking/exult: Some random fixes which were in my local tree after the STAGING_BINDIR changes

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 4803ed3fff3d69ac862f26b07ec23764d90ddcde
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4803ed3fff3d69ac862f26b07ec23764d90ddcde
Files:
1
packages/nonworking/exult/exult_1.2.bb
Diffs:

#
# mt diff -rb2385d5ea7d7898fd45f4156332d745710951534 -r4803ed3fff3d69ac862f26b07ec23764d90ddcde
#
# 
# 
# patch "packages/nonworking/exult/exult_1.2.bb"
#  from [499c6cda2457268afcd7f5a17258541fbf193623]
#    to [afe6cb192fdb93033c0768afe169a4d1c2df9856]
# 
============================================================
--- packages/nonworking/exult/exult_1.2.bb	499c6cda2457268afcd7f5a17258541fbf193623
+++ packages/nonworking/exult/exult_1.2.bb	afe6cb192fdb93033c0768afe169a4d1c2df9856
@@ -1,16 +1,16 @@ PRIORITY = "optional"
 DESCRIPTION = "Exult is a project to create an Ultima 7 game engine that runs on modern operating systems, \
 capable of using the data and graphics files that come with the game. Qt/E based Palmtop Environments Edition w/ SDL"
 SECTION = "opie/games"
 PRIORITY = "optional"
-DEPENDS = "libsdl-qpe libsdl-mixer zlib"
+DEPENDS = "libsdl-qpe libsdl-mixer zlib freetype"
 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"
+
 EXTRA_OECONF = "-host=arm-embeddix-linux-gnu \
-                --with-sdl-prefix=${STAGING_BINDIR}/.. \
                 --disable-exult-studio-support \
                 --disable-debug \
                 --disable-exult-studio \
@@ -22,7 +22,7 @@ EXTRA_OECONF = "-host=arm-embeddix-linux
                 --disable-kmid \
                 --with-vorbis-prefix=${STAGING_LIBDIR}/.. \
                 --with-mpeg2-prefix=${STAGING_LIBDIR}/.. \
-                --with-mad-prefix=${STAGING_BINDIR}/.. "
+                --with-mad-prefix=${STAGING_BINDIR_CROSS}/.. "
 
 #CXXFLAGS_append = " -Dmain=SDL_main"
 #CFLAGS_append = " -Dmain=SDL_main"






More information about the Openembedded-commits mailing list