Hi Daniel,

Thanks for pointing me to this small alternative. Looks like it works
with attached (and trivial) patch.

Regards,
Jean

Le lundi 22 septembre 2014 à 14:09 +0200, Daniel Leidert a écrit :
> Hi,
> 
> There seems to be a small project [1] aimed at providing only the NPAPI
> headers to build Mozilla plugins. I also got a request [2] to use this
> package instead of firefox-dev (or xulrunner-dev) to build the Debian
> package. IMHO this could be a valid request as iceweasel-dev (or
> similar) is a very large package. Maybe you can check this out and
> decide, if it is worth of adding it as alternative to configure(.ac).
> 
> For the time being I'll stay with firefox-dev.
> 
> [1] https://bitbucket.org/mgorny/npapi-sdk
> [2] https://bugs.debian.org/754371
> 
> Regards, Daniel
> 
> 
> _______________________________________________
> Gchemutils-main mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/gchemutils-main

Index: configure.ac
===================================================================
--- configure.ac	(révision 1921)
+++ configure.ac	(copie de travail)
@@ -189,7 +189,7 @@
 # Check for xulrunner plugin
 ##################################################
 xulclient=
-for pack in xulrunner seamonkey iceape firefox mozilla; do
+for pack in npapi-sdk xulrunner seamonkey iceape firefox mozilla; do
   if test "x$xulclient" = x; then
     if pkg-config --exists $pack-plugin; then
       xulclient=$pack-plugin
_______________________________________________
Gchemutils-main mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/gchemutils-main

Reply via email to