Remove plugin source from core source distribution.
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 10 Mar 2017 23:49:51 +0000 (16:49 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Fri, 10 Mar 2017 23:49:51 +0000 (16:49 -0700)
dist/make-src-files
dist/shared.sh

index 9e34b9c54ab64f36ddd0f1d4536ccb533d93f40a..de92b270bc461f2cd50687de5a9773fff904d8a7 100755 (executable)
@@ -64,6 +64,10 @@ for plugin in $PLUGINS; do
                ./autogen.sh
 done
 
+for plugin in glib pango cairo gtk gl planetarium gtk-screen; do
+    my_rm_rf "${DIST_DIR}"/src/$plugin
+done
+
 # Clean up after autoconf
 find "${DIST_DIR}" -type d -name autom4te.cache | xargs rm -rf
 fixup_perms "${DIST_DIR}"
index 5eb7c35dfb45c3aac61a276ff68058f90e6da59d..733a407b8030294fe7d29f729a784154173284f8 100644 (file)
@@ -101,7 +101,6 @@ NATIVE_OUT=${OUTPUT_DIR}/native
 MACOSX_OUT=${OUTPUT_DIR}/macosx
 
 PLUGINS="blowfish gdbm mcrypt md5 mhash x11 edwin x11-screen imail"
-PLUGINS="$PLUGINS glib pango cairo gtk gl planetarium gtk-screen"
 
 notify ()
 {