From 93064a29cb99da44e8742b8be5d89fe62235d571 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sat, 22 Jan 2011 21:08:26 +0100 Subject: [PATCH] libass: fix missing \ and make spaces to tab --- recipes/libass/libass.inc | 4 ++-- 1 file 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 \ " -- 2.39.5