Currently, gnash omits the plugin directory if HAVE_GTK2 isn't set -- but the 
plugin dir also contains klash, which doesn't need gtk.

Fix attached.

Regards,
bero
--- gnash/Makefile.am.ark	2007-02-01 16:11:20.000000000 +0100
+++ gnash/Makefile.am	2007-02-01 16:11:58.000000000 +0100
@@ -37,6 +37,10 @@
 if PLUGIN
 if HAVE_GTK2
 PLUGIN_DIRS = plugin
+else
+if KLASH
+PLUGIN_DIRS = plugin
+endif
 endif
 endif
 
_______________________________________________
Gnash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash

Reply via email to