]> err.no Git - libchamplain/commitdiff
use Clutter;
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Mon, 30 Mar 2009 19:10:32 +0000 (21:10 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Tue, 31 Mar 2009 09:04:21 +0000 (12:04 +0300)
Clutter has to be loaded before loading Champlain otherwise the
program will die with a segmentation fault.

bindings/perl/Champlain/lib/Champlain.pm

index ab7f376e1c1416f2ac8f0b738a2523051231006f..b356df560fdfa6245aa3edbeaad44f90976aa92d 100644 (file)
@@ -97,6 +97,7 @@ our $VERSION = '0.04';
 use base 'DynaLoader';
 use Exporter 'import';
 
+use Clutter;
 
 use constant {
        MIN_LAT  => -90,