pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: tnn
Date: Sun Jan 16 13:54:51 UTC 2022
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: needs libXtst now (by looks of it for webrtc and desktop capture)
To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 pkgsrc/www/firefox/mozilla-common.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/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.221 pkgsrc/www/firefox/mozilla-common.mk:1.222
--- pkgsrc/www/firefox/mozilla-common.mk:1.221 Sat Jan 15 15:57:37 2022
+++ pkgsrc/www/firefox/mozilla-common.mk Sun Jan 16 13:54:51 2022
@@ -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 @@ RUST_REQ= 1.53.0
#.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