libass.inc: fix typo OE_EXTRACONF -> EXTRA_OECONF

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller
2012-03-16 11:53:01 +00:00
committed by Khem Raj
parent a1ffc23c94
commit 414e97ad47
+2 -2
View File
@@ -6,13 +6,13 @@ LICENSE = "ISC"
DEPENDS = "enca fontconfig freetype libpng" DEPENDS = "enca fontconfig freetype libpng"
INC_PR = "r0" INC_PR = "r1"
SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2" SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2"
inherit autotools pkgconfig inherit autotools pkgconfig
OE_EXTRACONF = " \ EXTRA_OECONF = " \
--enable-enca \ --enable-enca \
--enable-fontconfig \ --enable-fontconfig \
--enable-png \ --enable-png \