mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
redkite: initial add 1.0.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
16
recipes-support/redkite/redkite.bb
Normal file
16
recipes-support/redkite/redkite.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Redkite is a small free software GUI toolkit"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=84216b5b30fa50e81f28b8f28feb2e10"
|
||||
|
||||
DEPENDS = "cairo"
|
||||
|
||||
inherit cmake features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI = "git://github.com/iurie-sw/redkite.git"
|
||||
SRCREV = "8c8241b464d0adc3db56d7c69247211eec2bc076"
|
||||
PV = "1.0.1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user