mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
inherit gnomebase upstream-version-is-even gobject-introspection
|
||||
|
||||
DEPENDS += " \
|
||||
glib-2.0 \
|
||||
"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
Reference in New Issue
Block a user