forked from brl/citadel
Bruce Leidl
be34ea65f3
- removed layers meta-rust and meta-clang - added new dependencies to Makefile - changed override syntax across all recipe files - updated conf files from hardknott to kirkstone - SRC_URI git URLS fixed to always include branch and protocol - LICENSE fields updated with new naming convention - updated citadel-tools dependencies - upgraded mozjs to mozjs-91 No longer needed because poky includes newer version (or new enough): - glib-2.0 - libgudev - xorgproto - libxfixes - libinput - wayland-protocols - vte
27 lines
1.1 KiB
BlitzBasic
27 lines
1.1 KiB
BlitzBasic
SUMMARY = "GNOME library which provides API shared by several components and applications"
|
|
SECTION = "x11/gnome"
|
|
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
inherit gnomebase gtk-icon-cache gconf mime pkgconfig upstream-version-is-even gobject-introspection gtk-doc
|
|
|
|
GIR_MESON_OPTION = ""
|
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
|
|
|
|
|
SRC_URI += "file://0001-needs-stdint-include.patch"
|
|
SRC_URI[archive.sha256sum] = "be8aafa64d7ba2fd31079eed639d39fda1ea77ef77d35a678f019c4d91d473c2"
|
|
|
|
DEPENDS += "itstool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev libseccomp"
|
|
|
|
EXTRA_OEMESON = "-Ddesktop_docs=false -Dgnome_distributor='Subgraph'"
|
|
|
|
PACKAGES =+ "libgnome-desktop"
|
|
FILES:libgnome-desktop = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml"
|
|
|
|
RRECOMMENDS:libgnome-desktop += "gsettings-desktop-schemas"
|
|
|
|
|