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
24 lines
741 B
BlitzBasic
24 lines
741 B
BlitzBasic
SUMMARY = "C++ bindings for the GTK+ toolkit V3"
|
|
HOMEPAGE = "http://www.gtkmm.org/"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "LGPL-2.1-only & GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
|
file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS = "atkmm pangomm glibmm gtk+3 cairomm"
|
|
|
|
BPN = "gtkmm"
|
|
|
|
inherit gnomebase features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI[archive.md5sum] = "e311db484ca9c53f1689d35f5f58a06b"
|
|
SRC_URI[archive.sha256sum] = "6d71091bcd1863133460d4188d04102810e9123de19706fb656b7bb915b4adc3"
|
|
SRC_URI += "file://0001-do-not-build-demos.patch"
|
|
|
|
EXTRA_OECONF = " --disable-documentation "
|
|
|
|
FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"
|