mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
fixes: | Configuring org.gnome.Boxes.SearchProvider.ini using configuration | Program itstool found: NO | | ../gnome-boxes-47.0/help/meson.build:36:6: ERROR: Program 'itstool' not found or not executable | - also provide appstream-cli Signed-off-by: Khem Raj <raj.khem@gmail.com>
47 lines
1.1 KiB
BlitzBasic
47 lines
1.1 KiB
BlitzBasic
SUMMARY = "A simple GNOME application to access virtual machines."
|
|
SECTION = "network"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://copyright;md5=a65e9b0c9f78617732f09f68fc4ef79a"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
# reason for opengl: spice-gtk requires opengl
|
|
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data opengl"
|
|
|
|
DEPENDS = " \
|
|
appstream-native \
|
|
glib-2.0 \
|
|
desktop-file-utils-native \
|
|
itstool-native \
|
|
libarchive \
|
|
libgudev \
|
|
libhandy \
|
|
libosinfo \
|
|
libportal \
|
|
libsecret \
|
|
libsoup \
|
|
libvirt-glib \
|
|
mtools \
|
|
spice-gtk \
|
|
tinysparql \
|
|
webkitgtk3 \
|
|
appstream-glib-native \
|
|
spice-protocol \
|
|
yelp-tools \
|
|
"
|
|
|
|
RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64 genisoimage"
|
|
|
|
inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check
|
|
|
|
SRC_URI[archive.sha256sum] = "65bf6c2de1bf4d51695c9192c5b1e6285cb32c98a18aa948a376ea32038bc78f"
|
|
|
|
GIR_MESON_OPTION = ""
|
|
VALA_MESON_OPTION = ""
|
|
|
|
CFLAGS += "-Wno-int-conversion"
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|
|
INSANE_SKIP:${PN} = "dev-deps"
|