pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtk3
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Jan 6 05:08:43 UTC 2020
Modified Files:
pkgsrc/x11/gtk3: options.mk
Log Message:
gtk3: Do not overwrite suggested options to enable wayland support
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/gtk3/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/gtk3/options.mk
diff -u pkgsrc/x11/gtk3/options.mk:1.16 pkgsrc/x11/gtk3/options.mk:1.17
--- pkgsrc/x11/gtk3/options.mk:1.16 Sun Jan 5 17:55:22 2020
+++ pkgsrc/x11/gtk3/options.mk Mon Jan 6 05:08:42 2020
@@ -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 @@ PKG_SUPPORTED_OPTIONS+= quartz
.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