aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-15 09:46:46 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-15 09:46:46 +0200
commitc6eeb6c7407d22ffa516ac4449505db13b144f44 (patch)
tree3428319e6d304fb6c33f60e33be2b30a2dd7d5b7 /recipes/libsdl
parenta4a5808f9a77c50e86836975511926e52d32d438 (diff)
downloadopenembedded-c6eeb6c7407d22ffa516ac4449505db13b144f44.tar.gz
libsdl-ttf_2.0.10: add DEFAULT_PREFERENCE -1 as it doesn't build with default libtool-2.2.6b
* there is patch only for libtool-2.4 * it expects libtool-2.2.6
Diffstat (limited to 'recipes/libsdl')
-rw-r--r--recipes/libsdl/libsdl-ttf_2.0.10.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/libsdl/libsdl-ttf_2.0.10.bb b/recipes/libsdl/libsdl-ttf_2.0.10.bb
index a573328b6f..d18c648933 100644
--- a/recipes/libsdl/libsdl-ttf_2.0.10.bb
+++ b/recipes/libsdl/libsdl-ttf_2.0.10.bb
@@ -4,6 +4,9 @@ PRIORITY = "optional"
DEPENDS = "virtual/libsdl freetype"
LICENSE = "LGPL"
+# works only with libtool-2.4 and needs another libtool-update for 2.2.6b
+DEFAULT_PREFERENCE = "-1"
+
SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \
${@['','file://libtool-update.patch'][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == 'yes']} \
"