pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/webkit-gtk webkit-gtk: Wayland support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0902bbd75a34
branches: trunk
changeset: 400498:0902bbd75a34
user: nia <nia%pkgsrc.org@localhost>
date: Thu Aug 29 10:40:14 2019 +0000
description:
webkit-gtk: Wayland support.
Build tested by leot, thanks.
diffstat:
www/webkit-gtk/options.mk | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 0e4b294f918c -r 0902bbd75a34 www/webkit-gtk/options.mk
--- a/www/webkit-gtk/options.mk Thu Aug 29 10:34:10 2019 +0000
+++ b/www/webkit-gtk/options.mk Thu Aug 29 10:40:14 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.17 2019/04/20 16:39:13 leot Exp $
+# $NetBSD: options.mk,v 1.18 2019/08/29 10:40:14 nia Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.webkit-gtk
-PKG_SUPPORTED_OPTIONS= debug enchant introspection opengl webkit-jit
+PKG_SUPPORTED_OPTIONS= debug enchant introspection opengl webkit-jit wayland
PKG_SUGGESTED_OPTIONS= enchant introspection opengl
PLIST_VARS= introspection
@@ -79,3 +79,13 @@
.else
CMAKE_ARGS+= -DENABLE_INTROSPECTION=OFF
.endif
+
+#
+# Wayland display server support
+#
+.if !empty(PKG_OPTIONS:Mwayland)
+CMAKE_ARGS+= -DENABLE_WAYLAND_TARGET=ON
+.include "../../devel/wayland/buildlink3.mk"
+.else
+CMAKE_ARGS+= -DENABLE_WAYLAND_TARGET=OFF
+.endif
Home |
Main Index |
Thread Index |
Old Index