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:   gutteridge
Date:           Thu Aug 11 05:11:40 UTC 2022

Modified Files:
        pkgsrc/x11/gtk3: options.mk

Log Message:
gtk3: drop BUILDLINK_API_DEPENDS.wayland override

It's now set in wayland itself, since packages other than this one were
affected by the dependency change made.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/x11/gtk3/options.mk:1.23
--- pkgsrc/x11/gtk3/options.mk:1.22     Thu Aug  4 15:24:47 2022
+++ pkgsrc/x11/gtk3/options.mk  Thu Aug 11 05:11:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2022/08/04 15:24:47 nia Exp $
+# $NetBSD: options.mk,v 1.23 2022/08/11 05:11:40 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk3
 PKG_SUPPORTED_OPTIONS+=        gtk3-atk-bridge cups debug
@@ -37,7 +37,6 @@ CONFIGURE_ARGS+=      --disable-quartz-backen
 PLIST_VARS+=           wayland
 .if !empty(PKG_OPTIONS:Mwayland)
 PLIST.wayland=         yes
-BUILDLINK_API_DEPENDS.wayland?=        wayland>=1.20.0
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../devel/wayland-protocols/buildlink3.mk"
 .include "../../x11/libxkbcommon/buildlink3.mk"



Home | Main Index | Thread Index | Old Index