mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +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"
|
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user