summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libass
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-03-16 11:53:01 +0000
committerKhem Raj <raj.khem@gmail.com>2012-03-16 09:32:24 -0700
commit414e97ad475738bc3c009d66b4f849ecce7761ce (patch)
tree0dd8813bfca4a58cb20aaeb905645209b4a5455f /meta-oe/recipes-multimedia/libass
parenta1ffc23c947e7a669361bd7678f4bb2960e47dbd (diff)
downloadmeta-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.inc4
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
7DEPENDS = "enca fontconfig freetype libpng" 7DEPENDS = "enca fontconfig freetype libpng"
8 8
9INC_PR = "r0" 9INC_PR = "r1"
10 10
11SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2" 11SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
14 14
15OE_EXTRACONF = " \ 15EXTRA_OECONF = " \
16 --enable-enca \ 16 --enable-enca \
17 --enable-fontconfig \ 17 --enable-fontconfig \
18 --enable-png \ 18 --enable-png \