Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Feb 3, 2025
1 parent 03d80e8 commit cd094b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/libmypaint/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ vcpkg_extract_source_archive(
PATCHES
)

vcpkg_add_to_path(PREPEND "${CURRENT_HOST_INSTALLED_DIR}/tools/gettext/bin")

vcpkg_make_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
Expand Down
8 changes: 8 additions & 0 deletions ports/libmypaint/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"license": null,
"supports": "!windows | mingw",
"dependencies": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"gettext-libintl",
"glib",
"json-c",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/l-/libmypaint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "2c6f80470627c5a8fa533450a9a40215cd6e3f9a",
"git-tree": "18c58bddd0b732c9a3766fd596aaeb214a292d74",
"version": "1.6.1",
"port-version": 0
}
Expand Down

0 comments on commit cd094b4

Please sign in to comment.