[Xfce4-commits] <midori:master> Fix HAVE_HILDON_2_2 define when building with Hildon 2.2

Christian Dywan noreply at xfce.org
Thu Oct 29 10:00:07 CET 2009


Updating branch refs/heads/master
         to 616f62a10e81c54dd93b6a6e46364bb6d91c549a (commit)
       from 9c9165c3f97b01740c59d48419609c8ac386b638 (commit)

commit 616f62a10e81c54dd93b6a6e46364bb6d91c549a
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Oct 28 23:54:26 2009 +0100

    Fix HAVE_HILDON_2_2 define when building with Hildon 2.2

 wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wscript b/wscript
index 3a5637e..7ccf4cc 100644
--- 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')



More information about the Xfce4-commits mailing list