pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/webkit24-gtk



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 10 21:44:39 UTC 2019

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

Log Message:
webkit24-gtk: Make Mesa dependency explicit


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/webkit24-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/webkit24-gtk/options.mk
diff -u pkgsrc/www/webkit24-gtk/options.mk:1.3 pkgsrc/www/webkit24-gtk/options.mk:1.4
--- pkgsrc/www/webkit24-gtk/options.mk:1.3      Mon Nov  4 22:10:16 2019
+++ pkgsrc/www/webkit24-gtk/options.mk  Sun Nov 10 21:44:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/11/04 22:10:16 rillig Exp $
+# $NetBSD: options.mk,v 1.4 2019/11/10 21:44:38 nia Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.webkit-gtk
@@ -48,6 +48,7 @@ CONFIGURE_ARGS+=      --disable-debug \
 # TODO: should we split them in multiple options?
 #
 .if !empty(PKG_OPTIONS:Mopengl)
+.include "../../graphics/MesaLib/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-glx
 CONFIGURE_ARGS+=       --enable-webgl
 CONFIGURE_ARGS+=       --enable-accelerated-compositing



Home | Main Index | Thread Index | Old Index