From: Christian Dywan Date: Mon, 8 Dec 2008 22:15:05 +0000 (+0100) Subject: Link to GThread, to fix non-soup Midori with soup-WebKit X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1075f1aae5cc3ab2e8790b7aa0cb726923f1bb6;p=midori Link to GThread, to fix non-soup Midori with soup-WebKit --- diff --git a/midori/wscript_build b/midori/wscript_build index 4c4f17cb..4423f43f 100644 --- a/midori/wscript_build +++ b/midori/wscript_build @@ -6,5 +6,5 @@ obj = bld.create_obj ('cc', 'program') obj.target = 'midori' obj.includes = '. .. ../panels' obj.find_sources_in_dirs ('. ../panels') -obj.uselib = 'UNIQUE LIBSOUP GMODULE GIO GTK SQLITE WEBKIT LIBXML' +obj.uselib = 'UNIQUE LIBSOUP GMODULE GTHREAD GIO GTK SQLITE WEBKIT LIBXML' obj.uselib_local = 'katze' diff --git a/wscript b/wscript index 18aa8010..3ea523e0 100644 --- a/wscript +++ b/wscript @@ -131,6 +131,7 @@ def configure (conf): conf.check_message_custom ('history database', 'support', sqlite) conf.check_pkg ('gmodule-2.0', destvar='GMODULE', vnum='2.8.0', mandatory=False) + conf.check_pkg ('gthread-2.0', destvar='GTHREAD', vnum='2.8.0', mandatory=False) conf.check_pkg ('gio-2.0', destvar='GIO', vnum='2.16.0', mandatory=False) conf.check_pkg ('gtk+-2.0', destvar='GTK', vnum='2.10.0', mandatory=True) conf.check_pkg ('webkit-1.0', destvar='WEBKIT', vnum='0.1', mandatory=True)