pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/webkit-gtk
Module Name: pkgsrc
Committed By: nia
Date: Thu Aug 29 10:40:14 UTC 2019
Modified Files:
pkgsrc/www/webkit-gtk: options.mk
Log Message:
webkit-gtk: Wayland support.
Build tested by leot, thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/webkit-gtk/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/www/webkit-gtk/options.mk
diff -u pkgsrc/www/webkit-gtk/options.mk:1.17 pkgsrc/www/webkit-gtk/options.mk:1.18
--- pkgsrc/www/webkit-gtk/options.mk:1.17 Sat Apr 20 16:39:13 2019
+++ pkgsrc/www/webkit-gtk/options.mk Thu Aug 29 10:40:14 2019
@@ -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 @@ CMAKE_ARGS+= -DENABLE_INTROSPECTION=ON
.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