[gtk-osx] Fix example .jhbuildrc



commit 5040250fa7ec03f8c5404b7be01cbc2652cb3a15
Author: Philip Chimento <philip chimento gmail com>
Date:   Mon Apr 13 22:48:44 2015 -0700

    Fix example .jhbuildrc
    
    autogenargs is for global arguments, module_autogenargs is for module-
    specific ones.

 jhbuildrc-gtk-osx-custom-example |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuildrc-gtk-osx-custom-example b/jhbuildrc-gtk-osx-custom-example
index 5469c12..db53505 100644
--- a/jhbuildrc-gtk-osx-custom-example
+++ b/jhbuildrc-gtk-osx-custom-example
@@ -138,7 +138,7 @@ setup_sdk(target=_target, sdk_version="native", architectures=[_default_arch])
 
 # Modify the arguments passed to configure:
 #
-# autogenargs["libglade"] = "--enable-static"
+# module_autogenargs["libglade"] = "--enable-static"
 #
 # or simply  add to them:
 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]