aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libass
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-01-22 21:08:26 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-01-22 21:08:26 +0100
commit93064a29cb99da44e8742b8be5d89fe62235d571 (patch)
tree9204fde39e81ee4dea466d44a3cff97f2da49a3b /recipes/libass
parent0575bd040eb65e9daba5afec3c3dd3b1ca6b6c8a (diff)
downloadopenembedded-93064a29cb99da44e8742b8be5d89fe62235d571.tar.gz
libass: fix missing \ and make spaces to tab
Diffstat (limited to 'recipes/libass')
-rw-r--r--recipes/libass/libass.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libass/libass.inc b/recipes/libass/libass.inc
index 36b1080c57..79a16a955a 100644
--- a/recipes/libass/libass.inc
+++ b/recipes/libass/libass.inc
@@ -10,7 +10,7 @@ SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2"
inherit autotools pkgconfig
OE_EXTRACONF = " \
- --enable-enca \
+ --enable-enca \
--enable-fontconfig \
--enable-png \
"
@@ -18,5 +18,5 @@ OE_EXTRACONF = " \
PACKAGES =+ "${PN}-tests"
FILES_${PN}-tests = " \
- ${libdir}/test/test
+ ${libdir}/test/test \
"