diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/libdex/libdex_0.10.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/libdex/libdex_0.10.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libdex/libdex_0.10.0.bb b/meta-gnome/recipes-gnome/libdex/libdex_0.10.0.bb new file mode 100644 index 0000000000..17471a3b5c --- /dev/null +++ b/meta-gnome/recipes-gnome/libdex/libdex_0.10.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | LICENSE = "LGPL-2.1-only" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 3 | |||
| 4 | GNOMEBASEBUILDCLASS = "meson" | ||
| 5 | inherit features_check gnomebase upstream-version-is-even gobject-introspection | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | glib-2.0 \ | ||
| 9 | " | ||
| 10 | DEPENDS:append:libc-musl = " libucontext" | ||
| 11 | |||
| 12 | LDFLAGS:append:libc-musl = " -lucontext" | ||
| 13 | |||
| 14 | SRC_URI[archive.sha256sum] = "98a69626aa7646ad455bea7a7f92d2a1ffa47e4559a154a1bfe98c16fa711ee1" | ||
| 15 | |||
| 16 | PACKAGECONFIG ?= "" | ||
| 17 | EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false" | ||
| 18 | |||
| 19 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
