diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb (renamed from meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb index fed29da0fc..15091d4cd4 100644 --- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb +++ b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb | |||
@@ -7,13 +7,12 @@ DEPENDS = "exiv2 python3-pygobject-native" | |||
7 | GNOMEBASEBUILDCLASS = "meson" | 7 | GNOMEBASEBUILDCLASS = "meson" |
8 | GTKDOC_MESON_OPTION = "gtk_doc" | 8 | GTKDOC_MESON_OPTION = "gtk_doc" |
9 | 9 | ||
10 | inherit gnomebase gobject-introspection gtk-doc python3native | 10 | inherit gnomebase gobject-introspection gtk-doc python3native vala |
11 | 11 | ||
12 | SRC_URI[archive.sha256sum] = "e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e" | 12 | SRC_URI[archive.sha256sum] = "2a0c9cf48fbe8b3435008866ffd40b8eddb0667d2212b42396fdf688e93ce0be" |
13 | 13 | ||
14 | EXTRA_OEMESON = " \ | 14 | EXTRA_OEMESON = " \ |
15 | -Dvapi=false \ | 15 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)} \ |
16 | -Dpython3_girdir=${PYTHON_SITEPACKAGES_DIR}/gi/overrides \ | ||
17 | " | 16 | " |
18 | 17 | ||
19 | PACKAGES =+ "${PN}-python3" | 18 | PACKAGES =+ "${PN}-python3" |