Rygel c source code

Hi ,

When I download rygel rygel-0.40.2 source code, it does not include c files. Is it possible to generate c source before release new version?
Or
How to generate c files from vala file ?

Distributing C files was only a kludge that came from autotools. with meson, the files are generated as part of the build process.

If I would like to add rygel to my embedded platform, c file is necessary for cross-compile. Do you have idea about
which step will generate c file while I use meson build?
I have to generate c file first then I can use c file for my cross platform.

Thanks

Please refer to Cross compilation for using meson in cross-build setups

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.