Re: [Spice-devel] [spice-xpi 6/6] Make spice.xpi build optional

2013-03-11 Thread Christophe Fergeau
On Mon, Mar 11, 2013 at 01:56:04PM +0100, Marc-André Lureau wrote: > On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau > wrote: > > > +AC_ARG_ENABLE([xpi], > > + [AS_HELP_STRING([--enable-xpi], > > + [Enable compilation of an xpi package])], > > + [], [enable_xpi=no]) > > +i

Re: [Spice-devel] [spice-xpi 6/6] Make spice.xpi build optional

2013-03-11 Thread Marc-André Lureau
On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau wrote: > +AC_ARG_ENABLE([xpi], > + [AS_HELP_STRING([--enable-xpi], > + [Enable compilation of an xpi package])], > + [], [enable_xpi=no]) > +if test x"$enable_xpi" != xno; then > PKG_CHECK_MODULES(XUL, libxul-embedding >= 10

[Spice-devel] [spice-xpi 6/6] Make spice.xpi build optional

2013-03-11 Thread Christophe Fergeau
Now that we switched to using the headers from npapi-sdk to build the spice-xpi plugin, the only reason we are depending on xulrunner is to build an xpi package for the plugin for easier installation in firefox. However, this .xpi is not installed by default nor packaged by distributions, so it's n