From b308491ac9de51805eebb18007403267f1e75890 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 2 Oct 2011 15:47:04 -0500 Subject: [PATCH] targets/i386/WinBook: strip python run from gobject-introspection since it is only needed while building software using gobject-introspection --- targets/i386/WinBook/config/make.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/targets/i386/WinBook/config/make.conf b/targets/i386/WinBook/config/make.conf index 128cdbd..d07f679 100644 --- a/targets/i386/WinBook/config/make.conf +++ b/targets/i386/WinBook/config/make.conf @@ -21,3 +21,13 @@ WRKDIRPREFIX=/usr/obj STRIP_PYTHON_RUN= .endif +# gobject-introspection perl scripts only needed during compilation: +# ./bin/g-ir-annotation-tool +# ./bin/g-ir-scanner +# ./lib/gobject-introspection/giscanner/shlibs.py +# ./lib/gobject-introspection/giscanner/message.py +# ./lib/gobject-introspection/giscanner/scannermain.py +.if ${.CURDIR:M*/devel/gobject-introspection} + USE_LOCAL_MK= + STRIP_PYTHON_RUN= +.endif -- 2.42.0