summaryrefslogtreecommitdiff
path: root/packages/libsdl/libsdl-ttf-native_2.0.3.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-03 00:07:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-03 00:07:52 +0000
commit9e3eafa27d785b1a357332d6183e33dd0eb8e56b (patch)
treea9e12ee983cf8427f4e21b5743d4ff51fead13cf /packages/libsdl/libsdl-ttf-native_2.0.3.bb
parent1f46d61330cef352542dede22fb1c654ea7ddbd4 (diff)
add crimsonfields, a popular tactical war game in the tradition of Battle Isle
NOTE: this was pretty complex and annoying as I had to add a native libsdl and a native libsdl-ttf as well as a native version of the crimsonfields tools :/
Diffstat (limited to 'packages/libsdl/libsdl-ttf-native_2.0.3.bb')
-rw-r--r--packages/libsdl/libsdl-ttf-native_2.0.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/libsdl/libsdl-ttf-native_2.0.3.bb b/packages/libsdl/libsdl-ttf-native_2.0.3.bb
new file mode 100644
index 0000000000..ced6862ad7
--- /dev/null
+++ b/packages/libsdl/libsdl-ttf-native_2.0.3.bb
@@ -0,0 +1,10 @@
+include libsdl-ttf_${PV}.bb
+inherit native
+
+DEPENDS = "libsdl-native"
+FILESPATH = "${FILE_DIRNAME}/libsdl-ttf-${PV}:${FILE_DIRNAME}/libsdl-ttf:${FILE_DIRNAME}/files"
+
+EXTRA_OECONF = "--disable-sdltest --with-sdl-prefix=${STAGING_LIBDIR}/.."
+
+export SDL_CONFIG = "${STAGING_BINDIR}/sdl-config-native"
+