libass: fix missing \ and make spaces to tab
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 22 Jan 2011 20:08:26 +0000 (21:08 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 22 Jan 2011 20:08:26 +0000 (21:08 +0100)
recipes/libass/libass.inc

index 36b1080..79a16a9 100644 (file)
@@ -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 \
 "