pkgsrc-WIP-changes archive

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

grim, add libjpeg-turbo dependency



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Mar 12 13:03:23 2020 +0100
Changeset:	a67f22441bc099c02bda359e21a0c5831a14088d

Modified Files:
	grim/Makefile

Log Message:
grim, add libjpeg-turbo dependency

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

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

diffstat:
 grim/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/grim/Makefile b/grim/Makefile
index 6df9737b1d..d7c6d42b4b 100644
--- a/grim/Makefile
+++ b/grim/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://wayland.emersion.fr/grim/
 COMMENT=	Tool to grab images from a Wayland compositor
 LICENSE=	mit
 
-USE_TOOLS=	pkg-config
+USE_TOOLS+=	pkg-config
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
@@ -26,6 +26,7 @@ do-configure:
 
 
 .include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/libjpeg-turbo/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../devel/wayland-protocols/buildlink3.mk"


Home | Main Index | Thread Index | Old Index