aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-ttf-native_2.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libsdl/libsdl-ttf-native_2.0.3.bb')
-rw-r--r--recipes/libsdl/libsdl-ttf-native_2.0.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/libsdl/libsdl-ttf-native_2.0.3.bb b/recipes/libsdl/libsdl-ttf-native_2.0.3.bb
new file mode 100644
index 0000000000..0c37f4c5a1
--- /dev/null
+++ b/recipes/libsdl/libsdl-ttf-native_2.0.3.bb
@@ -0,0 +1,10 @@
+require 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"
+