diff options
| author | Bruno Van de Velde <bruno@texus.me> | 2021-06-08 00:50:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 15:50:11 -0700 |
| commit | 31993541c33bf8d3ffe6d664a36c846c63286c09 (patch) | |
| tree | 9b9e6fedc5b5d6175ca36ad579abb6089ea50a4e /ports | |
| parent | c1c253fabc2d08ddb49ce3f40a7996f79e112545 (diff) | |
| download | vcpkg-31993541c33bf8d3ffe6d664a36c846c63286c09.tar.gz vcpkg-31993541c33bf8d3ffe6d664a36c846c63286c09.zip | |
[tgui] Fixed sfml feature (#18293)
* [tgui] Fixed sfml feature
* Update version
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/tgui/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/tgui/vcpkg.json | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/tgui/portfile.cmake b/ports/tgui/portfile.cmake index 305eb8180..e30d93ac4 100644 --- a/ports/tgui/portfile.cmake +++ b/ports/tgui/portfile.cmake @@ -1,7 +1,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO texus/TGUI
- REF 6515153c2466e6677ba933679b3dca6c283daf87 + REF 6515153c2466e6677ba933679b3dca6c283daf87
SHA512 109e64c114336979a4bd0d44765e4bc26cb4ecb6e4db92d7441230d148438b084d01cb56dd292f09a6fd28b0f7420044455ffb519147cc3aea71e322142cd9a0
HEAD_REF 0.9
PATCHES
@@ -30,7 +30,7 @@ vcpkg_configure_cmake( OPTIONS ${FEATURE_OPTIONS}
-DTGUI_MISC_INSTALL_PREFIX=${TGUI_SHARE_PATH}
-DTGUI_SHARED_LIBS=${TGUI_SHARED_LIBS}
- -DTGUI_BACKEND="Custom"
+ -DTGUI_BACKEND=Custom
-DTGUI_BUILD_EXAMPLES=OFF
)
diff --git a/ports/tgui/vcpkg.json b/ports/tgui/vcpkg.json index 426a58da3..96fef2d09 100644 --- a/ports/tgui/vcpkg.json +++ b/ports/tgui/vcpkg.json @@ -1,6 +1,7 @@ { "name": "tgui", "version-date": "2021-04-19", + "port-version": 1, "description": "TGUI is an easy to use, cross-platform, C++ GUI for SFML.", "homepage": "https://tgui.eu", "default-features": [ |
