mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -6,13 +6,13 @@ LICENSE = "ISC"
|
||||
|
||||
DEPENDS = "enca fontconfig freetype libpng"
|
||||
|
||||
INC_PR = "r0"
|
||||
INC_PR = "r1"
|
||||
|
||||
SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
OE_EXTRACONF = " \
|
||||
EXTRA_OECONF = " \
|
||||
--enable-enca \
|
||||
--enable-fontconfig \
|
||||
--enable-png \
|
||||
|
||||
Reference in New Issue
Block a user