mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 17:20:13 +00:00
fc0264f0fd
- 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>
21 lines
553 B
BlitzBasic
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"
|