[patch] allow plugin to build using xulrunner-1.9

Lillian Angel langel at redhat.com
Tue Mar 4 05:41:36 PST 2008


Matthias Klose wrote:
> 2008-03-04  Matthias Klose <doko at ubuntu.com>
>
>         * configure.ac: Check for xulrunner-1.9.
>
> Without it, the build fails with
>
> gcjwebplugin.cc:60:31: error: nsIPluginInstance.h: No such file or directory
> gcjwebplugin.cc:61:35: error: nsIPluginInstancePeer.h: No such file or directory
> gcjwebplugin.cc:62:31: error: nsIPluginTagInfo2.h: No such file or directory
>
> MOZILLA_CFLAGS only includes
>   -I/usr/include/xulrunner-1.9b3/stable -I/usr/include/nspr
> but needs to include as well
>   -I/usr/include/xulrunner-1.9b3/unstable
>
> This check must go before the check for mozilla-plugin only.


Thanks for this, I will commit it.


Lillian



More information about the distro-pkg-dev mailing list