]> spindle.queued.net Git - midori/commit
wscript: Fix check for version of GTK+-2.0
authorPaul Menzel <paulepanter@users.sourceforge.net>
Wed, 5 Sep 2012 06:44:27 +0000 (08:44 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 5 Sep 2012 16:30:20 +0000 (18:30 +0200)
commitccd5b5ac99193eefc1360de6f7712697df64a736
tree0322f579507be8c79ecca087bec4de776addb289
parenta6744f64eeb233e57210d107a73fd4de4f08d98c
wscript: Fix check for version of GTK+-2.0

After "Move thumbnail generation into SpeedDial class" building Midori failed.

1. Separately pass each digit of version to `check_version()` to fix the following build error.
2. Convert module name with `conf.check_cfg (modversion='gtk+-2.0')` to fix the following build error.

Fixes: https://bugs.launchpad.net/midori/+bug/1046172
wscript