[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Vala] Added initial vala support to waf build system
- From: "Daniel Svensson" <dsvensson gmail com>
- To: jaap haitsma org
- Cc: vala-list gnome org
- Subject: Re: [Vala] Added initial vala support to waf build system
- Date: Sat, 19 Jan 2008 17:39:03 +0100
On Jan 19, 2008 4:21 PM, <jaap haitsma org> wrote:
> I'm pretty new to vala. If you explain me how it works I can take a
> look at it. Also feel free to provide patches for the current vala
> support in waf
vala-gen-introspect mylib path/to/settings
And in path/to/settings you add .metadata and other stuff.
Like in these sub directories:
http://svn.gnome.org/viewvc/vala/trunk/vapi/packages/
Then when a .gi-file has been generated from your headers you generate
the actual .vapi-file with:
vapigen --library=your-libs-pkg-config-name -d outputpath
path/to/your/gi-file.gi
And you're ready to rock... if I understand correctly.
--
Daniel Svensson
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]