x11-fm/nautilus: chase Meson options name after 951c1f5d1c
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
This commit is contained in:
parent
c616c97ec1
commit
496e5b6d8e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user