summaryrefslogtreecommitdiff
path: root/midori/wscript_build
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2012-03-14 21:02:16 +0100
committerChristian Dywan <christian@twotoasts.de>2012-03-14 21:02:16 +0100
commit6f219072cbe1c8b7b7fabd8b7110667fd607239f (patch)
treec1388cdaa7426dc26e789e83f330837666dd1cad /midori/wscript_build
parent319c79cfaa21247b110b495f3a05e0113ba33a81 (diff)
downloadmidori-6f219072cbe1c8b7b7fabd8b7110667fd607239f.tar.gz
Optionally use Granite and show in about:version
See bzr branch lp:granite See: https://bugs.launchpad.net/midori/+bug/898497
Diffstat (limited to 'midori/wscript_build')
-rw-r--r--midori/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/midori/wscript_build b/midori/wscript_build
index 51527bbc..e0ee7e69 100644
--- a/midori/wscript_build
+++ b/midori/wscript_build
@@ -8,7 +8,7 @@ import platform
progressive = True
libs = 'M UNIQUE LIBSOUP GMODULE GTHREAD LIBIDN GIO GTK SQLITE ' \
'LIBNOTIFY WEBKIT JAVASCRIPTCOREGTK LIBXML X11 XSS WS2_32 HILDON' \
- 'HILDON_FM'
+ 'HILDON_FM GRANITE'
if progressive or Options.commands['check']:
obj = bld.new_task_gen ('cc', 'staticlib')