Skip to content

Commit

Permalink
WebKit 3.0 bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
shana committed Aug 1, 2012
1 parent 0cab4ec commit ccc955b
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 475 deletions.
2 changes: 1 addition & 1 deletion WebKit-3.0/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ generated-stamp: $(API)

$(ASSEMBLY_NAME).dll: $(build_sources) generated-stamp
$(CSC) -nowarn:169 -unsafe -target:library $(GTK_SHARP_LIBS) \
$(build_sources) generated/*.cs -out:$(ASSEMBLY_NAME).dll
$(build_sources) $(MONOCAIRO_LIBS) $(SOUPSHARP_LIBS) generated/*.cs -out:$(ASSEMBLY_NAME).dll

install-data-local:
echo "$(GACUTIL) /i $(ASSEMBLY_NAME).dll /f $(GACUTIL_FLAGS)"; \
Expand Down
3 changes: 3 additions & 0 deletions WebKit-3.0/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ PKG_CHECK_MODULES(WEBKIT, webkitgtk-3.0)
webkit_prefix=/usr
AC_SUBST(webkit_prefix)

dnl extra m4 calls
CHECK_MONOCAIRO
CHECK_SOUPSHARP


AC_CONFIG_FILES([
Expand Down
2 changes: 2 additions & 0 deletions WebKit-3.0/m4.custom
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MONOCAIRO
SOUPSHARP
5 changes: 5 additions & 0 deletions WebKit-3.0/m4/cairo.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
AC_DEFUN([CHECK_MONOCAIRO],
[
PKG_CHECK_MODULES(MONOCAIRO, mono-cairo)
AC_SUBST(MONOCAIRO_LIBS)
])
Loading

0 comments on commit ccc955b

Please sign in to comment.