[patch] allow plugin to build using xulrunner-1.9

Matthias Klose doko at ubuntu.com
Tue Mar 4 01:30:29 PST 2008


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.

  Matthias
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: xul1.9.diff
Url: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080304/e5234767/xul1.9.diff 


More information about the distro-pkg-dev mailing list