mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
22 lines
737 B
BlitzBasic
22 lines
737 B
BlitzBasic
SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library"
|
|
LICENSE = "LGPL-3.0"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
GIR_MESON_OPTION = "enable-gir"
|
|
|
|
inherit setuptools3 gnomebase gobject-introspection
|
|
|
|
DEPENDS += "lcms"
|
|
|
|
# https://bugs.llvm.org/show_bug.cgi?id=45555
|
|
CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore "
|
|
CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore "
|
|
|
|
SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
|
|
SRC_URI[md5sum] = "d032853f2678bc95054c39d4f02045c1"
|
|
SRC_URI[sha256sum] = "9a710b6950da37ada94cd9e2046cbce26de12473da32a7b79b7d1432fc66ce0e"
|
|
|
|
BBCLASSEXTEND = "native"
|