Re: [PATCH weston] config-parser: Export weston_config_next_section

2017-02-21 Thread Bryce Harrington
On Tue, Feb 21, 2017 at 02:35:14PM +0200, Pekka Paalanen wrote: > On Tue, 21 Feb 2017 11:58:20 + > Emmanuel Gil Peyrot wrote: > > > This symbol wasn’t exported from the weston binary, most likely due to > > an oversight in 6e2c12496bbef3cc913cfe9d5f0aeb4d8b23b368, and because > > internal mod

Re: [PATCH weston] config-parser: Export weston_config_next_section

2017-02-21 Thread Pekka Paalanen
On Tue, 21 Feb 2017 11:58:20 + Emmanuel Gil Peyrot wrote: > This symbol wasn’t exported from the weston binary, most likely due to > an oversight in 6e2c12496bbef3cc913cfe9d5f0aeb4d8b23b368, and because > internal modules can link against libshared.la directly it hasn’t been > found ever sinc

[PATCH weston] config-parser: Export weston_config_next_section

2017-02-21 Thread Emmanuel Gil Peyrot
This symbol wasn’t exported from the weston binary, most likely due to an oversight in 6e2c12496bbef3cc913cfe9d5f0aeb4d8b23b368, and because internal modules can link against libshared.la directly it hasn’t been found ever since. This commit makes it possible for external modules to iterate over t