GNOME Bugzilla – Bug 347570
Make building of Script-Fu plug-in optional
Last modified: 2006-07-16 16:31:28 UTC
A standard build and install of GIMP will also build and install Script-Fu. It would be a big help in the further development of the Tiny-Fu project if there was a way to prevent the Script-Fu plug-in from being built and installed. This will be particularly helpful if and when Tiny-Fu starts using the same name space as Script-Fu. It would also mean not having to worry about an update to GIMP clobbering an installed version of Tiny-Fu.
Created attachment 68954 [details] [review] Patch allowing user to specify that Script-Fu should not be built Patch adds --disable-script-fu option to configure.in allowing GIMP to be built without Script-Fu. The Script-Fu plug-in will be built by default if this option is not specified.
Let's consider to include this for 2.4.
Looks fine. Please commit.
2006-07-16 Kevin Cozens <kcozens@cvs.gnome.org> * configure.in * plug-ins/Makefile.am: Added --disable-script-fu to allow building of GIMP without the Script-Fu plug-in. See bug #347570.