pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/webkit24-gtk webkit24-gtk: Make Mesa dependency ex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79ed3402c777
branches:  trunk
changeset: 417426:79ed3402c777
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Nov 10 21:44:38 2019 +0000

description:
webkit24-gtk: Make Mesa dependency explicit

diffstat:

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

diffs (17 lines):

diff -r 79db91fb7dce -r 79ed3402c777 www/webkit24-gtk/options.mk
--- a/www/webkit24-gtk/options.mk       Sun Nov 10 21:42:15 2019 +0000
+++ b/www/webkit24-gtk/options.mk       Sun Nov 10 21:44:38 2019 +0000
@@ -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 @@
 # 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