git: 496e5b6d8e28 - main - x11-fm/nautilus: chase Meson options name after 951c1f5d1c73
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Nov 2021 20:02:50 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=496e5b6d8e28a1d3590ee2cadc4ec6d2bf6be202
commit 496e5b6d8e28a1d3590ee2cadc4ec6d2bf6be202
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-13 19:41:36 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-13 20:02:35 +0000
x11-fm/nautilus: chase Meson options name after 951c1f5d1c73
meson.build:1:0: ERROR: Unknown options: "enable-packagekit, enable-selinux"
https://gitlab.gnome.org/GNOME/nautilus/-/commit/983892a65674
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
---
x11-fm/nautilus/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index e05c97c6c0c0..7a96e3e40c71 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -27,8 +27,8 @@ USE_GNOME= cairo gdkpixbuf2 gnomedesktop3
USE_GSTREAMER1= yes
USE_LDCONFIG= yes
USE_XORG= x11
-MESON_ARGS= -Denable-packagekit=false \
- -Denable-selinux=false
+MESON_ARGS= -Dpackagekit=false \
+ -Dselinux=false
BINARY_ALIAS= python3=${PYTHON_VERSION}
CPE_VENDOR= gnome