Skip to content

Commit

Permalink
[libsystemd] Add dependency gperf (#35598)
Browse files Browse the repository at this point in the history
* [libsystemd] Add dependency gperf

* update version
  • Loading branch information
LilyWangLL committed Dec 12, 2023
1 parent 4df73f7 commit 63875da
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/libsystemd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ vcpkg_from_github(
pkgconfig.patch
)

vcpkg_add_to_path(PREPEND "${CURRENT_HOST_INSTALLED_DIR}/tools/gperf")

vcpkg_configure_meson(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
Expand Down
5 changes: 5 additions & 0 deletions ports/libsystemd/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "libsystemd",
"version": "254",
"port-version": 1,
"description": "Libsystemd",
"homepage": "https://github.com/systemd/systemd",
"license": "LGPL-2.1+",
"supports": "linux",
"dependencies": [
{
"name": "gperf",
"host": true
},
"libcap",
"liblzma",
"libmount",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4878,7 +4878,7 @@
},
"libsystemd": {
"baseline": "254",
"port-version": 0
"port-version": 1
},
"libtar": {
"baseline": "1.2.20",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libsystemd.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2ac525bd287e8a58992f263adce78483b0513cb0",
"version": "254",
"port-version": 1
},
{
"git-tree": "bc87d660ee35fa2665c12cbd8cb80896f21f99af",
"version": "254",
Expand Down

0 comments on commit 63875da

Please sign in to comment.