From 5fd05861256af7fce36f91eb60577887d01ec37c Mon Sep 17 00:00:00 2001 From: Undefine Date: Fri, 12 Sep 2025 15:03:45 +0200 Subject: [PATCH] Meta: Build dbus on FreeBSD --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index bc792169efa..b454fff8608 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -32,7 +32,7 @@ { "name": "dbus", "default-features": false, - "platform": "linux" + "platform": "linux | freebsd" }, { "name": "dirent",