The Gtk2 module allows Perl access to the Gtk+ 2.0 graphical user interface library. You can find more information about Gtk+ 2.0 on http://www.gtk.org. The Perl binding tries to follow the C interface as much as possible, providing at the same time a fully object-oriented interface and Perl-style calling conventions.
12 lines
329 B
Text
12 lines
329 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/04/24 16:37:30 bmeurer Exp $
|
|
|
|
--- Gtk2/_config.pm.orig Tue Dec 10 14:21:54 2002
|
|
+++ Gtk2/_config.pm
|
|
@@ -42,7 +42,6 @@ $_srcfile =
|
|
use Inline C => Config =>
|
|
NAME => __PACKAGE__,
|
|
PREFIX => $_prefix,
|
|
- BUILD_NOISY => 1,
|
|
ENABLE => AUTOWRAP,
|
|
CLEAN_AFTER_BUILD => 0,
|
|
GLOBAL_LOAD => 1,
|