summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb
blob: 97a5592f945221f502374fe635c984d479411696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "libglib-testing provides test harnesses and mock classes to complement GLib classes"
HOMEPAGE = "https://gitlab.gnome.org/pwithnall/libglib-testing"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

SRC_URI = "git://gitlab.gnome.org/pwithnall/libglib-testing.git;protocol=https;branch=main"

PV = "0.1.1"
SRCREV = "e326f73a7139c5e54fcf926896ae6e4cc899a1a7"

inherit  meson pkgconfig

DEPENDS = "glib-2.0 gtk-doc-native libxslt-native docbook-xsl-stylesheets-native python3-pygments-native"