[Webkit-unassigned] [Bug 84423] GtkWidgetBackingStoreX11.cpp should only be built if X11 is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 15:28:21 PDT 2012


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


Jeremy Huddleston <jeremyhu at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EasyFix




--- Comment #4 from Jeremy Huddleston <jeremyhu at apple.com>  2012-08-20 15:28:58 PST ---
It looks like this has been partially applied, but there are still issues.  Here is what still remains needed:


--- Source/WebCore/GNUmakefile.list.am.orig    2012-08-20 10:11:33.000000000 +0300
+++ Source/WebCore/GNUmakefile.list.am    2012-08-20 10:13:58.000000000 +0300
@@ -4582,11 +4582,11 @@
     Source/WebCore/platform/gtk/WidgetGtk.cpp \
     Source/WebCore/platform/gtk/WidgetRenderingContext.cpp \
     Source/WebCore/platform/gtk/WidgetRenderingContext.h \
-    Source/WebCore/plugins/gtk/PluginPackageGtk.cpp \
-    Source/WebCore/plugins/gtk/PluginViewGtk.cpp
+    Source/WebCore/plugins/gtk/PluginPackageGtk.cpp 

 if TARGET_X11
 webcoregtk_sources += \
+    Source/WebCore/plugins/gtk/PluginViewGtk.cpp
     Source/WebCore/platform/gtk/GtkWidgetBackingStoreX11.cpp \
     Source/WebCore/plugins/gtk/gtk2xtbin.c \
     Source/WebCore/plugins/gtk/gtk2xtbin.h \

-- 
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