blob: ae2bf2d02d744c0d5e3082eb4255d85e067f3025 [file] [log] [blame]
Brad Bishop2f973922019-11-11 07:58:48 -05001SUMMARY = "Common GNOME build files for C++ bindings"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4
5GNOMEBASEBUILDCLASS = "meson"
6
7inherit gnomebase
8
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07009SRC_URI[archive.sha256sum] = "e81596625899aacf1d0bf27ccc2fcc7f373405ec48735ca1c7273c0fbcdc1ef5"
Brad Bishop2f973922019-11-11 07:58:48 -050010SRC_URI += "file://0001-meson.build-do-not-ask-for-python-installation-versi.patch"
11
12BBCLASSEXTEND = "native"