diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk3/Makefile | 3 | ||||
-rw-r--r-- | x11/gtk3/options.mk | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 41122fdcb97..a672bc1a8e7 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.172 2022/07/03 09:38:04 wiz Exp $ +# $NetBSD: Makefile,v 1.173 2022/08/04 15:24:47 nia Exp $ DISTNAME= gtk+-3.24.34 PKGNAME= ${DISTNAME:S/gtk/gtk3/} +PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/x11/gtk3/options.mk b/x11/gtk3/options.mk index 29a84c535de..0130a4823dc 100644 --- a/x11/gtk3/options.mk +++ b/x11/gtk3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.21 2022/07/03 09:38:04 wiz Exp $ +# $NetBSD: options.mk,v 1.22 2022/08/04 15:24:47 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3 PKG_SUPPORTED_OPTIONS+= gtk3-atk-bridge cups debug @@ -8,8 +8,7 @@ PKG_SUPPORTED_OPTIONS+= quartz .endif .include "../../devel/wayland/platform.mk" .if ${PLATFORM_SUPPORTS_WAYLAND} == "yes" -# wayland package needs updating to > 1.18 -#PKG_SUGGESTED_OPTIONS+= wayland +PKG_SUGGESTED_OPTIONS+= wayland .endif PKG_SUGGESTED_OPTIONS+= gtk3-atk-bridge x11 cups @@ -38,6 +37,7 @@ CONFIGURE_ARGS+= --disable-quartz-backend 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" |