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:   leot
Date:           Sat Apr 20 16:39:14 UTC 2019

Modified Files:
        pkgsrc/www/webkit-gtk: options.mk

Log Message:
webkit-gtk: Fix opengl option

ENABLE_WEBGL was renamed to ENABLE_OPENGL, adjust options.mk accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/www/webkit-gtk/options.mk:1.17
--- pkgsrc/www/webkit-gtk/options.mk:1.16       Thu Apr 11 17:48:39 2019
+++ pkgsrc/www/webkit-gtk/options.mk    Sat Apr 20 16:39:13 2019
@@ -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 @@ CMAKE_ARGS+=  -DENABLE_JIT=OFF
 # 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