Unreviewed build fix. Patch by Gustavo Noronha Silva <gns@gnome.org> on 2013-08-14 * GNUmakefile.am: link gamepad libs onto the plugin process, our dearest friend when it comes to linking and unresolved symbols issues.
diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog index 38029fe..babe07e 100644 --- a/Source/WebKit2/ChangeLog +++ b/Source/WebKit2/ChangeLog
@@ -1,3 +1,11 @@ +2013-08-14 Gustavo Noronha Silva <gns@gnome.org> + + Unreviewed build fix. + + * GNUmakefile.am: link gamepad libs onto the plugin process, + our dearest friend when it comes to linking and unresolved + symbols issues. + 2013-07-02 Zan Dobersek <zdobersek@igalia.com> [WK2] Invalidate FontCache before purging MemoryCache upon WebProcess termination/closure
diff --git a/Source/WebKit2/GNUmakefile.am b/Source/WebKit2/GNUmakefile.am index 67366c0..64c6c73 100644 --- a/Source/WebKit2/GNUmakefile.am +++ b/Source/WebKit2/GNUmakefile.am
@@ -612,6 +612,7 @@ $(FREETYPE_LIBS) \ $(GEOCLUE_LIBS) \ $(GLIB_LIBS) \ + $(GAMEPAD_LIBS) \ $(GSTREAMER_LIBS) \ $(GTK2_LIBS) \ $(JPEG_LIBS) \