git: 7c22f2808928 - main - deskutils/xdg-desktop-portal: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 20:31:37 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7c22f28089281d76b4bf531f15ce3f4c2b00be86
commit 7c22f28089281d76b4bf531f15ce3f4c2b00be86
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 20:27:13 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 20:31:07 +0000
deskutils/xdg-desktop-portal: unbreak with --auto-features=enabled
meson.build:114:0: ERROR: Dependency "libsystemd" not found, tried pkgconfig
meson.build:152:0: ERROR: Program 'xmlto' not found or not executable
PR: 270361
---
deskutils/xdg-desktop-portal/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/deskutils/xdg-desktop-portal/Makefile b/deskutils/xdg-desktop-portal/Makefile
index ff16a727dced..a44c2f5ce30b 100644
--- a/deskutils/xdg-desktop-portal/Makefile
+++ b/deskutils/xdg-desktop-portal/Makefile
@@ -21,6 +21,8 @@ USE_GNOME= glib20
USE_GITHUB= yes
GH_ACCOUNT= flatpak
+MESON_ARGS= -Ddocbook-docs=disabled -Dsystemd=disabled
+
.include <bsd.port.pre.mk>
.if (${OSVERSION} >= 1400000 && ${OSVERSION} < 1400008) \