[ftgl] no absolute paths (#24812)

This commit is contained in:
autoantwort 2022-05-20 23:36:33 +02:00 committed by GitHub
parent 43f2dc7e1a
commit 5c3a388a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -27,4 +27,6 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_fixup_pkgconfig()
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,7 @@
{
"name": "ftgl",
"version-date": "2022-05-18",
"port-version": 1,
"description": [
"FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications.",
"Unlike other OpenGL font libraries FTGL uses standard font file formats so doesn't need a preprocessing step to convert the high quality font data into a lesser quality, proprietary format.",

View File

@ -2370,7 +2370,7 @@
},
"ftgl": {
"baseline": "2022-05-18",
"port-version": 0
"port-version": 1
},
"ftxui": {
"baseline": "2.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "42f6d4d37641856fc516bd9df7775c448434e94a",
"version-date": "2022-05-18",
"port-version": 1
},
{
"git-tree": "5f8871169a409d3eff23c83391564108912a6a97",
"version-date": "2022-05-18",