diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo.inc | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/cairo/cairo_1.12.8.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 217e297861..9bec6c2b9d 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-graphics/cairo/cairo.inc | |||
@@ -13,9 +13,9 @@ LICENSE = "MPL-1 & LGPLv2.1" | |||
13 | X11DEPENDS = "virtual/libx11 libsm libxrender libxext" | 13 | X11DEPENDS = "virtual/libx11 libsm libxrender libxext" |
14 | DEPENDS = "libpng fontconfig pixman glib-2.0" | 14 | DEPENDS = "libpng fontconfig pixman glib-2.0" |
15 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 15 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
16 | ${@base_contains('DISTRO_FEATURES', 'gtk-directfb', 'gtk-directfb', '', d)}" | 16 | ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" |
17 | PACKAGECONFIG[x11] = "--with-x=yes,--without-x,${X11DEPENDS}" | 17 | PACKAGECONFIG[x11] = "--with-x=yes,--without-x,${X11DEPENDS}" |
18 | PACKAGECONFIG[gtk-directfb] = "--enable-directfb=yes,,directfb" | 18 | PACKAGECONFIG[directfb] = "--enable-directfb=yes,,directfb" |
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
20 | 20 | ||
21 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points | 21 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |
diff --git a/meta/recipes-graphics/cairo/cairo_1.12.8.bb b/meta/recipes-graphics/cairo/cairo_1.12.8.bb index 567a17fdda..49b1786b83 100644 --- a/meta/recipes-graphics/cairo/cairo_1.12.8.bb +++ b/meta/recipes-graphics/cairo/cairo_1.12.8.bb | |||
@@ -2,7 +2,7 @@ require cairo.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" |
4 | 4 | ||
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz" | 7 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz" |
8 | 8 | ||