diff options
author | Christian Eggers <ceggers@arri.de> | 2020-06-02 15:52:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:32 +0100 |
commit | 8d0df773bbbb6d996124f804adadac3b5fa670b9 (patch) | |
tree | 8d99a626365962c8b6c6248d0d41ae34fee81a54 | |
parent | ba9be4bfa58efc73f1485eb5dc0dff0d23716821 (diff) | |
download | poky-8d0df773bbbb6d996124f804adadac3b5fa670b9.tar.gz |
librsvg: Extend for nativesdk
Doxygen in meta-oe has recently been extended for nativesdk. Doxygen is
often used together with dot (graphviz) which in turn depends on
librsvg.
(From OE-Core rev: cccc14d5fe334b6995c54a80a1b65fce357e4582)
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.40.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb index 6dd0533a5d..337299ff69 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
14 | 14 | ||
15 | SECTION = "x11/utils" | 15 | SECTION = "x11/utils" |
16 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" | 16 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" |
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native nativesdk" |
18 | 18 | ||
19 | inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection | 19 | inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection |
20 | 20 | ||