mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
fed622237f
As per [1], this repo is not being actively maintained therefore rebase to a fork and pull request is also redirected. [1] https://github.com/frankheckenbach/ftgl/pull/19#issuecomment-2306010295 Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
545 B
BlitzBasic
21 lines
545 B
BlitzBasic
SUMMARY = "OpenGL frontend to Freetype 2"
|
|
HOMEPAGE = "https://sourceforge.net/projects/ftgl/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=527a83e92c7bf363025380eec05df6e4"
|
|
|
|
inherit autotools pkgconfig features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl x11"
|
|
|
|
DEPENDS += " \
|
|
freetype \
|
|
freeglut \
|
|
"
|
|
SRCREV = "b787042cc1d1e4861337d5f9a6727e4c6900a4f2"
|
|
PV .= "+git"
|
|
|
|
SRC_URI = "git://github.com/HamzaM3/ftgl;protocol=https;branch=master \
|
|
file://0001-Fix-type-mismatch-with-latest-FreeType.patch"
|
|
|
|
S = "${WORKDIR}/git"
|