diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-16 11:53:01 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2012-03-16 09:32:24 -0700 |
commit | 414e97ad475738bc3c009d66b4f849ecce7761ce (patch) | |
tree | 0dd8813bfca4a58cb20aaeb905645209b4a5455f /meta-oe/recipes-multimedia/libass | |
parent | a1ffc23c947e7a669361bd7678f4bb2960e47dbd (diff) | |
download | meta-openembedded-414e97ad475738bc3c009d66b4f849ecce7761ce.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-multimedia/libass')
-rw-r--r-- | meta-oe/recipes-multimedia/libass/libass.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass.inc b/meta-oe/recipes-multimedia/libass/libass.inc index 9fc0e07f4..fbf4424b0 100644 --- a/meta-oe/recipes-multimedia/libass/libass.inc +++ b/meta-oe/recipes-multimedia/libass/libass.inc | |||
@@ -6,13 +6,13 @@ LICENSE = "ISC" | |||
6 | 6 | ||
7 | DEPENDS = "enca fontconfig freetype libpng" | 7 | DEPENDS = "enca fontconfig freetype libpng" |
8 | 8 | ||
9 | INC_PR = "r0" | 9 | INC_PR = "r1" |
10 | 10 | ||
11 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2" | 11 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2" |
12 | 12 | ||
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | OE_EXTRACONF = " \ | 15 | EXTRA_OECONF = " \ |
16 | --enable-enca \ | 16 | --enable-enca \ |
17 | --enable-fontconfig \ | 17 | --enable-fontconfig \ |
18 | --enable-png \ | 18 | --enable-png \ |