[Xfce4-commits] <midori:master> Pass HILDON library (if used) when building extensions

Christian Dywan noreply at xfce.org
Mon Oct 12 13:06:01 CEST 2009


Updating branch refs/heads/master
         to c3217c6365b5c8d098436584531328a86165ae80 (commit)
       from e97a198e980bdac81747cbff8ca72cc836ba013c (commit)

commit c3217c6365b5c8d098436584531328a86165ae80
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Oct 12 13:01:17 2009 +0200

    Pass HILDON library (if used) when building extensions

 extensions/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extensions/wscript_build b/extensions/wscript_build
index 8f84a17..49c0247 100644
--- a/extensions/wscript_build
+++ b/extensions/wscript_build
@@ -27,5 +27,5 @@ for extension in extensions:
     obj.target = target
     obj.includes = '..'
     obj.source = source
-    obj.uselib = 'UNIQUE LIBSOUP GIO GTK SQLITE WEBKIT LIBXML'
+    obj.uselib = 'UNIQUE LIBSOUP GIO GTK SQLITE WEBKIT LIBXML HILDON'
     obj.install_path = '${LIBDIR}/midori'



More information about the Xfce4-commits mailing list