pkgsrc-WIP-changes archive

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

gst-plugins1-ximagesrc: Add missing libXext dependency.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Apr 29 15:47:47 2016 +0200
Changeset:	48878d1db4bd3f788bdde135a6b17c58503dcb8e

Modified Files:
	gst-plugins1-ximagesrc/Makefile

Log Message:
gst-plugins1-ximagesrc: Add missing libXext dependency.

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

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

diffstat:
 gst-plugins1-ximagesrc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/gst-plugins1-ximagesrc/Makefile b/gst-plugins1-ximagesrc/Makefile
index 88aabbd..9e22c28 100644
--- a/gst-plugins1-ximagesrc/Makefile
+++ b/gst-plugins1-ximagesrc/Makefile
@@ -7,5 +7,6 @@ GST_PLUGINS1_FLAGS=	x xshm
 
 .include "../../multimedia/gst-plugins1-good/Makefile.common"
 
+.include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index