17 lines
414 B
BlitzBasic
17 lines
414 B
BlitzBasic
|
SUMMARY = "A markup language for GTK user interface files."
|
||
|
LICENSE = "LGPL-3.0-only"
|
||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
|
||
|
|
||
|
SRC_URI = "git://gitlab.gnome.org/jwestman/blueprint-compiler.git;protocol=https;branch=main"
|
||
|
|
||
|
PV = "0.14.0"
|
||
|
SRCREV = "8e10fcf8692108b9d4ab78f41086c5d7773ef864"
|
||
|
|
||
|
S = "${WORKDIR}/git"
|
||
|
|
||
|
DEPENDS = "python3-pygobject"
|
||
|
inherit meson
|
||
|
|
||
|
BBCLASSEXTEND= "native"
|
||
|
|