mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 03:22:47 +08:00
[ftgl] no absolute paths (#24812)
This commit is contained in:
parent
43f2dc7e1a
commit
5c3a388a4c
@ -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)
|
||||
|
@ -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.",
|
||||
|
@ -2370,7 +2370,7 @@
|
||||
},
|
||||
"ftgl": {
|
||||
"baseline": "2022-05-18",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"ftxui": {
|
||||
"baseline": "2.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "42f6d4d37641856fc516bd9df7775c448434e94a",
|
||||
"version-date": "2022-05-18",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "5f8871169a409d3eff23c83391564108912a6a97",
|
||||
"version-date": "2022-05-18",
|
||||
|
Loading…
Reference in New Issue
Block a user