diff options
| author | Pablo Saavedra <psaavedra@igalia.com> | 2024-11-11 15:10:29 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-21 21:42:36 -0800 |
| commit | b812c17427edf25f17c07c51d60d69c5504931f7 (patch) | |
| tree | f20a07302208ecd60933d213efa7349b52188bca | |
| parent | 7cf3b1535c0d0087eaea34833ab6ef24f373c8cb (diff) | |
| download | meta-openembedded-b812c17427edf25f17c07c51d60d69c5504931f7.tar.gz | |
libdex: initial add 0.8.1
This is a dependency for upcoming sysprof 47.1
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb | 16 |
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 @@ | |||
| 1 | LICENSE = "LGPL-2.1-only" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 3 | |||
| 4 | GNOMEBASEBUILDCLASS = "meson" | ||
| 5 | inherit gnomebase upstream-version-is-even gobject-introspection | ||
| 6 | |||
| 7 | DEPENDS += " \ | ||
| 8 | glib-2.0 \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[archive.sha256sum] = "955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0" | ||
| 12 | |||
| 13 | PACKAGECONFIG ?= "" | ||
| 14 | EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false" | ||
| 15 | |||
| 16 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
