summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb b/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb
new file mode 100644
index 0000000000..42be14d4c6
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb
@@ -0,0 +1,16 @@
1LICENSE = "LGPL-2.1-only"
2LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
3
4GNOMEBASEBUILDCLASS = "meson"
5inherit gnomebase upstream-version-is-even gobject-introspection
6
7DEPENDS += " \
8 glib-2.0 \
9"
10
11SRC_URI[archive.sha256sum] = "955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0"
12
13PACKAGECONFIG ?= ""
14EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false"
15
16REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"