Build fix for WebKit/Gtk to compile on Fedora 7 as described in
http://bugs.webkit.org/show_bug.cgi?id=14557
* WebKit.pri: cairo-ft is used by the WebKit/Gtk port
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@24765
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-07-29 Brian Mastenbrook <brian@mastenbrook.net>
+
+ Build fix for WebKit/Gtk to compile on Fedora 7 as described in
+ http://bugs.webkit.org/show_bug.cgi?id=14557
+
+ * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
+
2007-07-27 Simon Hausmann <hausmann@kde.org>
Done with and reviewed by Lars and Zack.
2007-07-27 Simon Hausmann <hausmann@kde.org>
Done with and reviewed by Lars and Zack.
LIBS += -lQtWebKit
}
gdk-port:CONFIG += link_pkgconfig
LIBS += -lQtWebKit
}
gdk-port:CONFIG += link_pkgconfig
-gdk-port:PKGCONFIG += cairo gdk-2.0 gtk+-2.0 libcurl
+gdk-port:PKGCONFIG += cairo cairo-ft gdk-2.0 gtk+-2.0 libcurl
gdk-port:DEFINES += BUILDING_GDK__=1 BUILDING_CAIRO__
gdk-port:LIBS += -L$$OUTPUT_DIR/lib -lWebKitGdk $$system(icu-config --ldflags) -ljpeg -lpng
gdk-port:QMAKE_CXXFLAGS += $$system(icu-config --cppflags)
gdk-port:DEFINES += BUILDING_GDK__=1 BUILDING_CAIRO__
gdk-port:LIBS += -L$$OUTPUT_DIR/lib -lWebKitGdk $$system(icu-config --ldflags) -ljpeg -lpng
gdk-port:QMAKE_CXXFLAGS += $$system(icu-config --cppflags)