pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebengine



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 13 21:56:10 UTC 2022

Modified Files:
        pkgsrc/x11/qt5-qtwebengine: Makefile

Log Message:
qt5-qtwebengine: add missing libXtst dependency

Fixes build with modular x.org


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/qt5-qtwebengine/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qt5-qtwebengine/Makefile
diff -u pkgsrc/x11/qt5-qtwebengine/Makefile:1.14 pkgsrc/x11/qt5-qtwebengine/Makefile:1.15
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.14    Mon Mar 28 10:59:50 2022
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Wed Apr 13 21:56:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/03/28 10:59:50 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2022/04/13 21:56:10 wiz Exp $
 
 DISTNAME=      qtwebengine-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtwebengine-${QTVERSION}
@@ -104,6 +104,7 @@ BUILDLINK_TRANSFORM+=   l:pci:${PCIUTILS
 .if ${OPSYS} != "Darwin"
 .include "../../multimedia/gst-plugins1-bad/buildlink3.mk"
 .include "../../x11/libXcomposite/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
 .endif
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
 .include "../../x11/qt5-qtlocation/buildlink3.mk"



Home | Main Index | Thread Index | Old Index