Re: libseed-list Hooking into the imports system
- From: "Alan Knowles" <alan akbkhome com>
- To: "Jonatan Liljedahl" <j r liljedahl gmail com>
- Cc: libseed-list gnome org
- Subject: Re: libseed-list Hooking into the imports system
- Date: Tue, 13 Jul 2010 16:01:18 +0800
I think we will go for the current name for the type being - It's always good to be verbose..
Should be in HEAD now.
Regards
Alan
--- On 12/Jul/2010, Jonatan Liljedahl wrote:
> Yes, typo it was. here's the correct patch for configure.ac.
> Regarding mixed case, I'm not a big fan of that myself, and since every
> other seed module is lowercase only, perhaps this one should also be?
> imports.dynamicobject or imports.dynobj or imports.dynobject..
>
> diff --git a/configure.ac b/configure.ac
> index e809a27..11d4aec 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -224,6 +224,18 @@ AC_ARG_ENABLE(os-module,
> AM_CONDITIONAL(BUILD_OS_MODULE, test "x$want_os_module" = "xyes")
> AC_SUBST(BUILD_OS_MODULE)
>
> +
> +dnl ==== DynamicObject ====
> +AC_ARG_ENABLE(dynamicobject-module,
> + AC_HELP_STRING([--enable-dynamicobject-module],
> + [enable the
> DynamicObject Seed module. [default=yes
> +
> [want_dynamicobject_module=$enableval],[want_dynamicobject_module="yes"])
> +
> +
> +AM_CONDITIONAL(BUILD_DYNAMICOBJECT_MODULE, test
> "x$want_dynamicobject_module" = "xyes")
> +AC_SUBST(BUILD_DYNAMICOBJECT_MODULE)
> +
> +
> dnl ==== gtkbuilder ====
> AC_ARG_ENABLE(gtkbuilder-module,
> AC_HELP_STRING([--enable-gtkbuilder-module],
>
> Alan Knowles wrote:
> > Attached is a version set up in the module directory
> >
> > I did not have much time to play with this, so I could not get it to
> > build. - there might be a typo somewhere or the build system may not
> > like mixed case modules.
> >
> > Let me know how you get on.
> >
> > Regards
> > Alan
> >
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]