summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-08-04 15:24:47 +0000
committernia <nia@pkgsrc.org>2022-08-04 15:24:47 +0000
commitbb7067351e85090159738f45fc63ae43b61ed2f4 (patch)
treea7adc9aea79ad59f7e481d579119f4ca244367e8 /x11
parent6c04e68dd4d676a723ebc493a60a7681edffbfcf (diff)
downloadpkgsrc-bb7067351e85090159738f45fc63ae43b61ed2f4.tar.gz
gtk3: Re-support wayland. Tested w/ sakura + velox on NetBSD CURRENT!
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk3/Makefile3
-rw-r--r--x11/gtk3/options.mk6
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"