pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: needs libXtst now (by looks of it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8baf6dd7284
branches:  trunk
changeset: 371902:d8baf6dd7284
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Jan 16 13:54:51 2022 +0000

description:
firefox: needs libXtst now (by looks of it for webrtc and desktop capture)

diffstat:

 www/firefox/mozilla-common.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cf9724440843 -r d8baf6dd7284 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Sun Jan 16 13:41:24 2022 +0000
+++ b/www/firefox/mozilla-common.mk     Sun Jan 16 13:54:51 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.221 2022/01/15 15:57:37 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.222 2022/01/16 13:54:51 tnn Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -219,6 +219,7 @@
 #.include "../../textproc/hunspell/buildlink3.mk"
 .include "../../multimedia/ffmpeg4/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2
 .include "../../x11/pixman/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index