pkgsrc-WIP-changes archive

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

qtile: Include pango and cairo buildlinks.



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sat May 19 16:21:11 2018 +0100
Changeset:	c6df8c84fcbe86c92df07165c179697fcb6b5b0e

Modified Files:
	qtile/Makefile

Log Message:
qtile: Include pango and cairo buildlinks.

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

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

diffstat:
 qtile/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/qtile/Makefile b/qtile/Makefile
index f2f0ea52c7..6ff86f309b 100644
--- a/qtile/Makefile
+++ b/qtile/Makefile
@@ -21,5 +21,7 @@ DEPENDS+=	${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
 .endif
 DEPENDS+=	${PYPKGPREFIX}-trollius-[0-9]*:../../wip/py-trollius # XXX
 
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index