diff options
-rw-r--r-- | meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb index 45a28ed967..c56e9e3dd9 100644 --- a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb +++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = " \ | |||
17 | libstemmer \ | 17 | libstemmer \ |
18 | " | 18 | " |
19 | 19 | ||
20 | inherit meson gobject-introspection gettext bash-completion pkgconfig | 20 | inherit meson gobject-introspection gettext bash-completion pkgconfig manpages |
21 | 21 | ||
22 | SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz" | 22 | SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz" |
23 | SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002" | 23 | SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002" |
@@ -26,6 +26,9 @@ EXTRA_OEMESON = " \ | |||
26 | -Drpm=false \ | 26 | -Drpm=false \ |
27 | " | 27 | " |
28 | 28 | ||
29 | PACKAGECONFIG ?= "" | ||
30 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,docbook-xml-dtd4-native docbook-xsl-stylesheets-native libxslt-native" | ||
31 | |||
29 | FILES:${PN} += "${libdir}/asb-plugins-5" | 32 | FILES:${PN} += "${libdir}/asb-plugins-5" |
30 | 33 | ||
31 | FILES:${PN}-dev += " \ | 34 | FILES:${PN}-dev += " \ |