mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 12:41:58 +02:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16 lines
439 B
BlitzBasic
16 lines
439 B
BlitzBasic
SUMMARY = "C++ bindings for Cairo graphics library"
|
|
|
|
LICENSE = "LGPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9"
|
|
|
|
inherit gnomebase
|
|
|
|
DEPENDS = "cairo libsigc++-2.0"
|
|
|
|
SRC_URI[archive.md5sum] = "c62b476b61bd0abf7e9851f417d73291"
|
|
SRC_URI[archive.sha256sum] = "a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6"
|
|
|
|
FILES:${PN}-doc += "${datadir}/devhelp"
|
|
FILES:${PN}-dev += "${libdir}/cairomm-*/"
|
|
|