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: Fix opengl option
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bbca2a11bf4
branches: trunk
changeset: 332697:6bbca2a11bf4
user: leot <leot%pkgsrc.org@localhost>
date: Sat Apr 20 16:39:13 2019 +0000
description:
webkit-gtk: Fix opengl option
ENABLE_WEBGL was renamed to ENABLE_OPENGL, adjust options.mk accordingly.
diffstat:
www/webkit-gtk/options.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 0918bdddfc9b -r 6bbca2a11bf4 www/webkit-gtk/options.mk
--- a/www/webkit-gtk/options.mk Sat Apr 20 16:32:42 2019 +0000
+++ b/www/webkit-gtk/options.mk Sat Apr 20 16:39:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2019/04/11 17:48:39 leot Exp $
+# $NetBSD: options.mk,v 1.17 2019/04/20 16:39:13 leot Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.webkit-gtk
@@ -43,9 +43,9 @@
# OpenGL support: enable support for GLX, WebGL and accelerated compositing
#
.if !empty(PKG_OPTIONS:Mopengl)
-CMAKE_ARGS+= -DENABLE_WEBGL=ON
+CMAKE_ARGS+= -DENABLE_OPENGL=ON
.else
-CMAKE_ARGS+= -DENABLE_WEBGL=OFF
+CMAKE_ARGS+= -DENABLE_OPENGL=OFF
.endif
#
Home |
Main Index |
Thread Index |
Old Index