~ubuntu-branches/ubuntu/raring/mozvoikko/raring

« back to all changes in this revision

Viewing changes to debian/patches/fix_sdk_build.patch

  • Committer: Martin Pitt
  • Date: 2011-03-23 23:41:54 UTC
  • Revision ID: martin.pitt@canonical.com-20110323234154-kgwua97y9j8zn4wt
* debian/control: Move from xulrunner-dev to firefox-dev, as the former will
  go away. (LP: #740815)
* debian/rules: Update path to firefox SDK, using pkg-config.
* fix_sdk_build.patch: Update path to xpidl.
* port_to_xulrunner-192.patch: Use firefox-plugin pkg-config, not libxul.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        $(CC_LINK) -o $@ $^ $(CC_LIBS)
30
30
 
31
31
+components/%.xpt: %.idl
32
 
+       $(XULRUNNER_SDK_DIR)/bin/xpidl -I$(XULRUNNER_SDK_DIR)/idl -m typelib -e $@ $^
 
32
+       $(XULRUNNER_SDK_DIR)/sdk/bin/xpidl -I$(XULRUNNER_SDK_DIR)/idl -m typelib -e $@ $^
33
33
+
34
34
+%.h: %.idl
35
 
+       $(XULRUNNER_SDK_DIR)/bin/xpidl -I$(XULRUNNER_SDK_DIR)/idl -m header -e $@ $^
 
35
+       $(XULRUNNER_SDK_DIR)/sdk/bin/xpidl -I$(XULRUNNER_SDK_DIR)/idl -m header -e $@ $^
36
36
+
37
37
+%.js:
38
38
+       cp $(notdir $@) $@