pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk3 gtk3: Do not overwrite suggested options to e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acffdf99e0a2
branches:  trunk
changeset: 407503:acffdf99e0a2
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jan 06 05:08:42 2020 +0000

description:
gtk3: Do not overwrite suggested options to enable wayland support

diffstat:

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

diffs (18 lines):

diff -r fb22bb6ec9be -r acffdf99e0a2 x11/gtk3/options.mk
--- a/x11/gtk3/options.mk       Mon Jan 06 00:01:03 2020 +0000
+++ b/x11/gtk3/options.mk       Mon Jan 06 05:08:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2020/01/05 17:55:22 nia Exp $
+# $NetBSD: options.mk,v 1.17 2020/01/06 05:08:42 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk3
 PKG_SUPPORTED_OPTIONS+=        gtk3-atk-bridge cups debug
@@ -10,7 +10,7 @@
 .if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
 PKG_SUGGESTED_OPTIONS+=        wayland
 .endif
-PKG_SUGGESTED_OPTIONS= gtk3-atk-bridge x11
+PKG_SUGGESTED_OPTIONS+=        gtk3-atk-bridge x11
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index