Re: [PATCH weston] compositor: Separate hardcoded backend related code from compositor

2015-06-24 Thread JoonCheol Park
l steps only, in priority order > determined by the intended audience. We have as many release cycles of > time to use for improving the code and interfaces as we want. > > > On Wed, 24 Jun 2015 02:40:08 +0900 > JoonCheol Park wrote: > > > Hi Giulio, pq! > > > >

Re: [PATCH weston] compositor: Separate hardcoded backend related code from compositor

2015-06-23 Thread JoonCheol Park
2015-06-24 2:49 GMT+09:00 Giulio Camuffo : > 2015-06-23 20:40 GMT+03:00 JoonCheol Park : > > Hi Giulio, pq! > > > > > > 2015-06-23 20:57 GMT+09:00 Pekka Paalanen : > >> > >> On Tue, 23 Jun 2015 14:14:53 +0300 > >> Giulio Camuffo wrote

Re: [PATCH weston] compositor: Separate hardcoded backend related code from compositor

2015-06-23 Thread JoonCheol Park
is not part of libweston library. ) > > 2015-06-23 13:29 GMT+03:00 JoonCheol Park : > > > Instead of adding available backends and usage outputs at build time, > > > this patch finds all available backend plugins in MODULEDIR and prints > > > them. It also prints

[PATCH weston] compositor: Separate hardcoded backend related code from compositor

2015-06-23 Thread JoonCheol Park
r backends from compositor. 3rd party backend plugin can be listed in help output. Backend developer can freely add additional description for backend. Signed-off-by: JoonCheol Park --- src/compositor-drm.c | 11 src/compositor-fbdev.c| 9 +++ src/compositor-headless.c | 11

[PATCH weston] compositor: add missing help text

2015-06-12 Thread JoonCheol Park
The headless-backend.so was missing in available backend list Signed-off-by: JoonCheol Park --- src/compositor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compositor.c b/src/compositor.c index 38c0775..0d4acda 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -5039,6

[PATCH libinput] test: add missing libunwind cflags to test-litest-selftest

2015-06-11 Thread JoonCheol Park
Signed-off-by: JoonCheol Park --- test/Makefile.am | 4 1 file changed, 4 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index fc05ff6..6f2e6e4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -113,6 +113,10 @@ test_litest_selftest_SOURCES = litest-selftest.c