Files
meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb
T
Khem Raj fc0264f0fd ftgl: Upgrade to 2.4.0
- Switch to git fork which has all the patches
- Fix build with freetype 2.13.3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-21 14:10:58 -07:00

21 lines
553 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 = "ddc77166651a71ae037ef3129a285440aa559b2d"
PV .= "+git"
SRC_URI = "git://github.com/frankheckenbach/ftgl;protocol=https;branch=master \
file://0001-Fix-type-mismatch-with-latest-FreeType.patch"
S = "${WORKDIR}/git"