pkgsrc-WIP-changes archive

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

gstreamer1: installs python script, do not mark python as tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Nov 8 20:24:54 2021 +0100
Changeset:	df6a4880708c05dcff3c2d45e13a2fe9dca4097b

Modified Files:
	gstreamer1/Makefile

Log Message:
gstreamer1: installs python script, do not mark python as tool

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

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

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

diffs:
diff --git a/gstreamer1/Makefile b/gstreamer1/Makefile
index b8725d84a7..b49696d195 100644
--- a/gstreamer1/Makefile
+++ b/gstreamer1/Makefile
@@ -15,7 +15,8 @@ USE_TOOLS+=		bison flex perl pkg-config
 TEST_TARGET=		check
 FLEX_REQD=		2.5.31
 
-PYTHON_FOR_BUILD_ONLY=	tool
+# installs a python script
+#PYTHON_FOR_BUILD_ONLY=	tool
 
 .include "options.mk"
 


Home | Main Index | Thread Index | Old Index