mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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>
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ Fixes
|
|||||||
|
|
||||||
[1] https://gitlab.freedesktop.org/freetype/freetype/-/commit/044d142be7b6a93b6940367a1bc5847451ff4775
|
[1] https://gitlab.freedesktop.org/freetype/freetype/-/commit/044d142be7b6a93b6940367a1bc5847451ff4775
|
||||||
|
|
||||||
Upstream-Status: Submitted [https://github.com/frankheckenbach/ftgl/pull/19]
|
Upstream-Status: Submitted [https://github.com/HamzaM3/ftgl/pull/1]
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
---
|
---
|
||||||
src/FTVectoriser.cpp | 2 +-
|
src/FTVectoriser.cpp | 2 +-
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ DEPENDS += " \
|
|||||||
freetype \
|
freetype \
|
||||||
freeglut \
|
freeglut \
|
||||||
"
|
"
|
||||||
SRCREV = "ddc77166651a71ae037ef3129a285440aa559b2d"
|
SRCREV = "b787042cc1d1e4861337d5f9a6727e4c6900a4f2"
|
||||||
PV .= "+git"
|
PV .= "+git"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/frankheckenbach/ftgl;protocol=https;branch=master \
|
SRC_URI = "git://github.com/HamzaM3/ftgl;protocol=https;branch=master \
|
||||||
file://0001-Fix-type-mismatch-with-latest-FreeType.patch"
|
file://0001-Fix-type-mismatch-with-latest-FreeType.patch"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user