diff options
-rw-r--r-- | meta/recipes-graphics/cairo/cairo.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 1e45318dde..45651bad25 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-graphics/cairo/cairo.inc | |||
@@ -9,11 +9,14 @@ Extension." | |||
9 | HOMEPAGE = "http://cairographics.org" | 9 | HOMEPAGE = "http://cairographics.org" |
10 | BUGTRACKER = "http://bugs.freedesktop.org" | 10 | BUGTRACKER = "http://bugs.freedesktop.org" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | |||
12 | LICENSE = "MPL-1 & LGPLv2.1 & GPLv3+" | 13 | LICENSE = "MPL-1 & LGPLv2.1 & GPLv3+" |
13 | LICENSE_${PN} = "MPL-1 & LGPLv2.1" | 14 | LICENSE_${PN} = "MPL-1 & LGPLv2.1" |
14 | LICENSE_${PN}-dev = "MPL-1 & LGPLv2.1" | 15 | LICENSE_${PN}-dev = "MPL-1 & LGPLv2.1" |
15 | LICENSE_${PN}-gobject = "MPL-1 & LGPLv2.1" | 16 | LICENSE_${PN}-gobject = "MPL-1 & LGPLv2.1" |
17 | LICENSE_${PN}-script-interpreter = "MPL-1 & LGPLv2.1" | ||
16 | LICENSE_${PN}-perf-utils = "GPLv3+" | 18 | LICENSE_${PN}-perf-utils = "GPLv3+" |
19 | |||
17 | X11DEPENDS = "virtual/libx11 libsm libxrender libxext" | 20 | X11DEPENDS = "virtual/libx11 libsm libxrender libxext" |
18 | DEPENDS = "libpng fontconfig pixman glib-2.0 zlib" | 21 | DEPENDS = "libpng fontconfig pixman glib-2.0 zlib" |
19 | 22 | ||