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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 19 22:17:43 PDT 2012


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





--- Comment #1 from Jeremy Huddleston <jeremyhu at apple.com>  2012-04-19 22:17:43 PST ---
--- Source/WebCore/GNUmakefile.list.am.orig    2012-04-19 22:17:20.000000000 -0700
+++ Source/WebCore/GNUmakefile.list.am    2011-10-14 22:27:23.000000000 -0700
@@ -3986,6 +3986,7 @@ webcoregtk_sources += \
     Source/WebCore/platform/gtk/GtkUtilities.cpp \
     Source/WebCore/platform/gtk/GtkUtilities.h \
     Source/WebCore/platform/gtk/GtkWidgetBackingStoreCairo.cpp \
+    Source/WebCore/platform/gtk/GtkWidgetBackingStoreX11.cpp \
     Source/WebCore/platform/gtk/GeolocationServiceGtk.cpp \
     Source/WebCore/platform/gtk/GeolocationServiceGtk.h \
     Source/WebCore/platform/gtk/GOwnPtrGtk.cpp \
@@ -4035,7 +4036,6 @@ webcoregtk_sources += \

 if TARGET_X11
 webcoregtk_sources += \
-    Source/WebCore/platform/gtk/GtkWidgetBackingStoreX11.cpp \
     Source/WebCore/plugins/gtk/gtk2xtbin.c \
     Source/WebCore/plugins/gtk/gtk2xtbin.h \
     Source/WebCore/plugins/gtk/xembed.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