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: Disable WPE when wayland is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9830a78f34a2
branches:  trunk
changeset: 415350:9830a78f34a2
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Oct 05 14:59:47 2019 +0000

description:
webkit-gtk: Disable WPE when wayland is enabled for now

diffstat:

 www/webkit-gtk/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ec84e1394ec4 -r 9830a78f34a2 www/webkit-gtk/options.mk
--- a/www/webkit-gtk/options.mk Sat Oct 05 14:34:59 2019 +0000
+++ b/www/webkit-gtk/options.mk Sat Oct 05 14:59:47 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2019/08/29 10:40:14 nia Exp $
+# $NetBSD: options.mk,v 1.19 2019/10/05 14:59:47 nia Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.webkit-gtk
@@ -85,6 +85,7 @@
 #
 .if !empty(PKG_OPTIONS:Mwayland)
 CMAKE_ARGS+=   -DENABLE_WAYLAND_TARGET=ON
+CMAKE_ARGS+=   -DUSE_WPE_RENDERER=OFF # TODO
 .include "../../devel/wayland/buildlink3.mk"
 .else
 CMAKE_ARGS+=   -DENABLE_WAYLAND_TARGET=OFF



Home | Main Index | Thread Index | Old Index