[Webkit-unassigned] [Bug 51458] build failure: PluginViewGtk.cpp:65:23: fatal error: gdkconfig.h: No such file or directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 22 09:48:45 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51458


Wouter Bolsterlee <uws+webkit at xs4all.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uws+webkit at xs4all.nl




--- Comment #1 from Wouter Bolsterlee <uws+webkit at xs4all.nl>  2010-12-22 09:48:46 PST ---
No, the right fix is slightly different, as noted here:

http://mail.gnome.org/archives/desktop-devel-list/2010-December/msg00095.html

This is the patch:


diff --git a/WebCore/plugins/gtk/PluginViewGtk.cpp b/WebCore/plugins/gtk/PluginViewGtk.cpp
index 925ab79..adc0896 100644
--- a/WebCore/plugins/gtk/PluginViewGtk.cpp
+++ b/WebCore/plugins/gtk/PluginViewGtk.cpp
@@ -62,7 +62,7 @@
 #include <runtime/JSLock.h>
 #include <runtime/JSValue.h>

-#include <gdkconfig.h>
+#include <gdk/gdk.h>
 #include <gtk/gtk.h>

 #if defined(XP_UNIX)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list