From: Christian Dywan Date: Mon, 26 Oct 2009 17:17:27 +0000 (+0100) Subject: Define HAVE_HILDON_2_2 if Hildon 2.2 is available X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c17c6f61510848a7ce3b87066ff2d5385b3f56ae;p=midori Define HAVE_HILDON_2_2 if Hildon 2.2 is available --- diff --git a/wscript b/wscript index 618deb68..3a5637e0 100644 --- a/wscript +++ b/wscript @@ -220,6 +220,7 @@ def configure (conf): if option_enabled ('hildon'): if check_pkg ('hildon-1', mandatory=False, var='HILDON'): check_pkg ('libosso', var='HILDON') + check_pkg ('hildon-1', '2.2', var='HAVE_HILDON_2_2') hildon = ['N/A','yes'][conf.env['HAVE_HILDON'] == 1] if hildon != 'yes': option_checkfatal ('hildon', 'Maemo integration')