Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2021 15:19:08 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f5989bb293ae - main - x11/gnome-shell: drop unused Meson options after 8a016444ba57
Message-ID:  <202111031519.1A3FJ8Kg015387@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5989bb293aeacaaa1aa3508c84e8a8179623b24

commit f5989bb293aeacaaa1aa3508c84e8a8179623b24
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-03 15:15:06 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-03 15:18:49 +0000

    x11/gnome-shell: drop unused Meson options after 8a016444ba57
    
    meson.build:1:0: ERROR: Unknown options: "python"
    
    Was never supported upstream.
    
    PR:             259080
    Regressed by:   https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
---
 x11/gnome-shell/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index bea8ae4f738a..b7824853e161 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -61,7 +61,6 @@ WEBPLUGIN_DIR=	${PREFIX}/lib/mozilla/plugins/
 WEBPLUGIN_FILES=	libgnome-shell-browser-plugin.so
 
 MESON_ARGS=	-Dnetworkmanager=false \
-		-Dpython=${PYTHON_CMD} \
 		-Dsystemd=false \
 		-Dtests=false
 CPE_VENDOR=	gnome



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111031519.1A3FJ8Kg015387>