pkgsrc-WIP-changes archive

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

qt6-qtdeclarative: fix build when qt6-qtlanguageserver is installed



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Sun Oct 2 09:50:55 2022 +0200
Changeset:	a69607a0bd4895838b9aeb01aa69297bbefdd980

Modified Files:
	qt6-qtdeclarative/Makefile
	qt6-qtdeclarative/PLIST

Log Message:
qt6-qtdeclarative: fix build when qt6-qtlanguageserver is installed

Fix build when qt6-qtlanguageserver is installed.
This also makes sure that qmlls is always installed.

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

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

diffstat:
 qt6-qtdeclarative/Makefile | 1 +
 qt6-qtdeclarative/PLIST    | 1 +
 2 files changed, 2 insertions(+)

diffs:
diff --git a/qt6-qtdeclarative/Makefile b/qt6-qtdeclarative/Makefile
index 4e0bbe2d91..66eee1f856 100644
--- a/qt6-qtdeclarative/Makefile
+++ b/qt6-qtdeclarative/Makefile
@@ -34,5 +34,6 @@ PKGCONFIG_OVERRIDE+=	lib/pkgconfig/Qt6QuickWidgets.pc
 
 .include "../../lang/python/tool.mk"
 .include "../../wip/qt6-qtbase/buildlink3.mk"
+.include "../../wip/qt6-qtlanguageserver/buildlink3.mk"
 .include "../../wip/qt6-qtshadertools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/qt6-qtdeclarative/PLIST b/qt6-qtdeclarative/PLIST
index 67c2ea95f1..64263ee72a 100644
--- a/qt6-qtdeclarative/PLIST
+++ b/qt6-qtdeclarative/PLIST
@@ -27,6 +27,7 @@ qt6/bin/qmldom
 qt6/bin/qmleasing
 qt6/bin/qmlformat
 qt6/bin/qmllint
+qt6/bin/qmlls
 qt6/bin/qmlplugindump
 qt6/bin/qmlpreview
 qt6/bin/qmlprofiler


Home | Main Index | Thread Index | Old Index