pidgin.next.minor: e7173f7c: Fix Windows build with gtk-dev-2.10.3-re...
kstange at pidgin.im
kstange at pidgin.im
Sun Aug 23 18:16:06 EDT 2009
-----------------------------------------------------------------
Revision: e7173f7cc4a5f995e71e0a3425c6f88ca547b156
Ancestor: 06a1d66450092bf5384b9192dd1072d2601a698f
Author: kstange at pidgin.im
Date: 2009-08-23T22:11:44
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/e7173f7cc4a5f995e71e0a3425c6f88ca547b156
Modified files:
pidgin/Makefile.mingw
pidgin/plugins/perl/common/Makefile.mingw
ChangeLog:
Fix Windows build with gtk-dev-2.10.3-rev-a.tar.gz package that doesn't
exist yet.
-------------- next part --------------
============================================================
--- pidgin/Makefile.mingw 7c39b3c4f627c4fad417fc9317032b8f6c3075de
+++ pidgin/Makefile.mingw e011e9cd1dd50ca323db6cfe60609caf8d208b38
@@ -58,9 +58,8 @@ PIDGIN_C_SRC = \
gtkblist.c \
gtkblist-theme.c \
gtkblist-theme-loader.c \
- gtkcertmgr.c \
gtkcellrendererexpander.c \
- gtkcellrendererprogress.c \
+ gtkcertmgr.c \
gtkconn.c \
gtkconv.c \
gtkdebug.c \
@@ -68,7 +67,6 @@ PIDGIN_C_SRC = \
gtkdnd-hints.c \
gtkdocklet.c \
gtkeventloop.c \
- gtkexpander.c \
gtkft.c \
gtkicon-theme.c \
gtkicon-theme-loader.c \
============================================================
--- pidgin/plugins/perl/common/Makefile.mingw f50ce5edf97e80925f47ad6f430b51a89259d287
+++ pidgin/plugins/perl/common/Makefile.mingw 16a78e36176d9a0c3bbf0554b56a29a5c613f4b6
@@ -22,6 +22,7 @@ INCLUDE_PATHS = -I. \
-I$(PIDGIN_TOP)/win32 \
-I$(GTK_TOP)/include \
-I$(GTK_TOP)/include/atk-1.0 \
+ -I$(GTK_TOP)/include/cairo \
-I$(GTK_TOP)/include/glib-2.0 \
-I$(GTK_TOP)/include/gtk-2.0 \
-I$(GTK_TOP)/include/pango-1.0 \
More information about the Commits
mailing list