[libchamplain/libchamplain-0-4] Add Champlain to the ignore packages in Glib::CodeGen->write_boot()
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libchamplain/libchamplain-0-4] Add Champlain to the ignore packages in Glib::CodeGen->write_boot()
- Date: Tue, 10 Nov 2009 18:41:29 +0000 (UTC)
commit 60fb318d5a6a98fff6d7fd0877ab67808d590b3d
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date: Sun Nov 1 18:52:05 2009 +0100
Add Champlain to the ignore packages in Glib::CodeGen->write_boot()
bindings/perl/Champlain/Makefile.PL | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/bindings/perl/Champlain/Makefile.PL b/bindings/perl/Champlain/Makefile.PL
index e05d44f..b165ac9 100644
--- a/bindings/perl/Champlain/Makefile.PL
+++ b/bindings/perl/Champlain/Makefile.PL
@@ -50,7 +50,10 @@ sub main {
# Code generation
Glib::CodeGen->parse_maps('champlain', input => [ @typemaps ]);
- Glib::CodeGen->write_boot(xs_files => [ @XS_FILES ]);
+ Glib::CodeGen->write_boot(
+ xs_files => [ @XS_FILES ],
+ ignore => qr/^Champlain$/,
+ );
$DEPENDS->set_inc($pkgconfig{cflags} . ' -I./build');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]