Skip to content

Commit

Permalink
[tgui] Fixed sfml feature (#18293)
Browse files Browse the repository at this point in the history
* [tgui] Fixed sfml feature

* Update version
  • Loading branch information
texus committed Jun 7, 2021
1 parent c1c253f commit 3199354
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/tgui/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
)

Expand Down
1 change: 1 addition & 0 deletions ports/tgui/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6126,7 +6126,7 @@
},
"tgui": {
"baseline": "2021-04-19",
"port-version": 0
"port-version": 1
},
"theia": {
"baseline": "0.8",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tgui.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "354b5135bda4bcef9c5e7cbfeaff3d457b336e8c",
"version-date": "2021-04-19",
"port-version": 1
},
{
"git-tree": "bf02ffb145ee6449fd7479d72920c1e1ca9843c8",
"version-date": "2021-04-19",
Expand Down

0 comments on commit 3199354

Please sign in to comment.