pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/slim slim: disable ConsoleKit support by default



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4da8c8e40029
branches:  trunk
changeset: 454827:4da8c8e40029
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 22 08:29:36 2021 +0000

description:
slim: disable ConsoleKit support by default

it works just fine without it, and consolekit introduces a mozjs
dependency that breaks the package on e.g. arm

diffstat:

 x11/slim/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 62e142eefab7 -r 4da8c8e40029 x11/slim/options.mk
--- a/x11/slim/options.mk       Tue Jun 22 04:10:41 2021 +0000
+++ b/x11/slim/options.mk       Tue Jun 22 08:29:36 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2021/06/11 10:37:12 abs Exp $
+# $NetBSD: options.mk,v 1.2 2021/06/22 08:29:36 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.slim
 PKG_SUPPORTED_OPTIONS= consolekit
-PKG_SUGGESTED_OPTIONS= consolekit
+PKG_SUGGESTED_OPTIONS=
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index