[Xfce4-commits] <midori:master> Define HAVE_HILDON_2_2 if Hildon 2.2 is available

Christian Dywan noreply at xfce.org
Mon Oct 26 18:40:04 CET 2009


Updating branch refs/heads/master
         to c17c6f61510848a7ce3b87066ff2d5385b3f56ae (commit)
       from 552c99cd567282a214249b40b7d4080f6dfbecc5 (commit)

commit c17c6f61510848a7ce3b87066ff2d5385b3f56ae
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Oct 26 18:17:27 2009 +0100

    Define HAVE_HILDON_2_2 if Hildon 2.2 is available

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

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



More information about the Xfce4-commits mailing list