mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
02a16d38ab
Changelog: =========== - TTF security fixes - Fix #334 - HPDF_FAILD_TO_ALLOC_MEM missing - Compatibility with Higher version of Delphi - Remove restriction on user password to be different from owner password - Fix various typos - Fix Build error for Win32 (x86) due to modifier mismatch #350 - CMakeLists.txt: install docs and bindings to DOCDIR - Adapt CMake scripts for WebAssembly compilation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
16 lines
480 B
BlitzBasic
16 lines
480 B
BlitzBasic
SUMMARY = "free PDF library"
|
|
HOMEPAGE = "http://libharu.org"
|
|
DESCRIPTION = "libHaru is a library for generating PDF files. \
|
|
It is free, open source, written in ANSI C and cross platform. "
|
|
|
|
LICENSE = "Zlib"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=924546dab2bef90e370d7c0c090ddcf0"
|
|
|
|
DEPENDS += "libpng zlib"
|
|
|
|
SRC_URI = "git://github.com/libharu/libharu.git;branch=master;protocol=https;tag=v${PV}"
|
|
SRCREV = "3467749fd1c0ab6ca6ed424d053b1ea53c1bf67c"
|
|
|
|
|
|
inherit cmake
|