summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb
blob: c5c547186f87198545c6bdf533407231e606a981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"