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: triaxx
Date: Mon Feb 23 16:36:12 UTC 2026
Modified Files:
pkgsrc/x11/gtk3: options.mk
Log Message:
gtk3: Disable wayland and x11 backends for Darwin
Since this rule is in meson.build:
```
if os_darwin
wayland_enabled = false
x11_enabled = false
else
quartz_enabled = false
endif
```
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 pkgsrc/x11/gtk3/options.mk:1.34
--- pkgsrc/x11/gtk3/options.mk:1.33 Thu Feb 19 16:57:17 2026
+++ pkgsrc/x11/gtk3/options.mk Mon Feb 23 16:36:12 2026
@@ -1,12 +1,12 @@
-# $NetBSD: options.mk,v 1.33 2026/02/19 16:57:17 wiz Exp $
+# $NetBSD: options.mk,v 1.34 2026/02/23 16:36:12 triaxx Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3
PKG_SUPPORTED_OPTIONS+= doc introspection gtk3-atk-bridge cups
-PKG_SUPPORTED_OPTIONS+= wayland x11
.if exists(/System/Library/Frameworks/Quartz.framework)
PKG_SUPPORTED_OPTIONS+= quartz
PKG_SUGGESTED_OPTIONS+= quartz
.else
+PKG_SUPPORTED_OPTIONS+= wayland x11
PKG_SUGGESTED_OPTIONS+= x11
.endif
.include "../../devel/wayland/platform.mk"
Home |
Main Index |
Thread Index |
Old Index