git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0575bd0
)
libass: fix missing \ and make spaces to tab
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Sat, 22 Jan 2011 20:08:26 +0000
(21:08 +0100)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Sat, 22 Jan 2011 20:08:26 +0000
(21:08 +0100)
recipes/libass/libass.inc
patch
|
blob
|
history
diff --git
a/recipes/libass/libass.inc
b/recipes/libass/libass.inc
index
36b1080
..
79a16a9
100644
(file)
--- 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
\
"