Files
Khem Raj fed622237f ftgl: Switch to maintained fork
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>
2024-08-22 22:39:53 -07:00

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"