pidgin/purple-plugin-pack

03159218e6f2
Parents ccd2bb556214
Children 71f4b7537f94
Make splitter build on Windows. Fixes #593.
--- a/Makefile.mingw Fri Oct 30 15:03:38 2009 -0400
+++ b/Makefile.mingw Sat Dec 05 15:24:54 2009 -0500
@@ -9,7 +9,7 @@
VERSION := $(shell cat ./VERSION)
-ALL_PLUGINS_LIST := $(shell python plugin_pack.py build_dirs purple,pidgin,gtkspell,aspell all)
+ALL_PLUGINS_LIST := $(shell python plugin_pack.py build_dirs purple,pidgin,gtkspell,aspell,cairo,pango all)
comma:= ,
empty:=
--- a/splitter/Makefile.mingw Fri Oct 30 15:03:38 2009 -0400
+++ b/splitter/Makefile.mingw Sat Dec 05 15:24:54 2009 -0500
@@ -10,3 +10,5 @@
include $(PP_TOP)/win_pp.mak
+PLUGIN_LIBS += -lpangowin32-1.0
+
--- a/splitter/splitter.c Fri Oct 30 15:03:38 2009 -0400
+++ b/splitter/splitter.c Sat Dec 05 15:24:54 2009 -0500
@@ -25,6 +25,10 @@
#include <pango/pango.h>
+#ifdef _WIN32
+# include <pango/pangowin32.h>
+#endif
+
#ifndef _WIN32
# include <pango/pangocairo.h>
#endif