summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9fc0e07f4f..fbf4424b03 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 \