pkgsrc-WIP-changes archive

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

moonlight-qt: Needs pkg-config, and it depends on OpenSSL too



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Thu Dec 29 00:26:03 2022 -0800
Changeset:	80b418038bb121468f1285e87de7e408ed6fab3d

Modified Files:
	moonlight-qt/Makefile

Log Message:
moonlight-qt: Needs pkg-config, and it depends on OpenSSL too

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=80b418038bb121468f1285e87de7e408ed6fab3d

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

diffstat:
 moonlight-qt/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/moonlight-qt/Makefile b/moonlight-qt/Makefile
index 3d40926c6e..6d27da4cfd 100644
--- a/moonlight-qt/Makefile
+++ b/moonlight-qt/Makefile
@@ -12,6 +12,7 @@ COMMENT=	GameStream client
 LICENSE=	gnu-gpl-v3
 
 USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
@@ -36,6 +37,7 @@ do-configure:
 .include "../../graphics/freeglut/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../multimedia/ffmpeg4/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../x11/qt5-qtquickcontrols2/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
 .include "../../x11/qt5-qttools/buildlink3.mk"


Home | Main Index | Thread Index | Old Index