]> spindle.queued.net Git - midori/commitdiff
Fix HAVE_HILDON_2_2 define when building with Hildon 2.2
authorChristian Dywan <christian@twotoasts.de>
Wed, 28 Oct 2009 22:54:26 +0000 (23:54 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 28 Oct 2009 22:54:26 +0000 (23:54 +0100)
wscript

diff --git a/wscript b/wscript
index 3a5637e0c03db0306ac5ebd2d68336e502ff13e6..7ccf4cc424009f666612c1bf9a15d9c3f24f9d21 100644 (file)
--- a/wscript
+++ b/wscript
@@ -220,7 +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')
+            check_pkg ('hildon-1', '2.2', var='HILDON_2_2')
         hildon = ['N/A','yes'][conf.env['HAVE_HILDON'] == 1]
         if hildon != 'yes':
             option_checkfatal ('hildon', 'Maemo integration')