summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libdazzle/libdazzle_3.32.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-05-20 16:10:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-22 07:24:51 +0100
commit9d386512a98e36c1ad828486d7ff2f0aa7cfb511 (patch)
tree090551684a3010d28043d4254dfc2638e0b3f3dc /meta/recipes-gnome/libdazzle/libdazzle_3.32.2.bb
parent8db637dfe5e4aeaa72304bacf97eb0553a28a59f (diff)
downloadpoky-9d386512a98e36c1ad828486d7ff2f0aa7cfb511.tar.gz
libdazzle: upgrade 3.32.1 -> 3.32.2
(From OE-Core rev: fe1e0651a42c1c1964338c0356318b2cdbe95fb1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libdazzle/libdazzle_3.32.2.bb')
-rw-r--r--meta/recipes-gnome/libdazzle/libdazzle_3.32.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libdazzle/libdazzle_3.32.2.bb b/meta/recipes-gnome/libdazzle/libdazzle_3.32.2.bb
new file mode 100644
index 0000000000..58e78a5b78
--- /dev/null
+++ b/meta/recipes-gnome/libdazzle/libdazzle_3.32.2.bb
@@ -0,0 +1,15 @@
1SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+."
2LICENSE = "GPLv3+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
4
5GNOMEBASEBUILDCLASS = "meson"
6inherit gnomebase upstream-version-is-even vala distro_features_check gobject-introspection
7
8DEPENDS = "glib-2.0-native glib-2.0 gtk+3"
9
10SRC_URI[archive.md5sum] = "b5c99a8f483a0defe7c7124a3220e412"
11SRC_URI[archive.sha256sum] = "413f8dfb8706760e0c649e2994bd10524ac0736601dd03ad2036293bed3bf141"
12
13GIR_MESON_OPTION = 'with_introspection'
14
15ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"