Re: [waffle] Remove libgbm/libGL linktime dependency

2014-11-11 Thread Chad Versace
Emil, please collect my reviewed-bys onto your branch and look over the changes in my v2 of patch 4. If all looks good to you, let me know and I'll merge branch. On Mon 10 Nov 2014, Emil Velikov wrote: Hello all, As the name suggests, the series removes the hard dependency of waffle of the tw

Re: [waffle] [PATCH 7/7] glx: drop explicit linking against libGL.so

2014-11-11 Thread Chad Versace
Patches 5, 6, 7 are Reviewed-by: Chad Versace Patch 4 has problems. I sent a separate email about that. ___ waffle mailing list waffle@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/waffle

[waffle] [PATCH] gbm: drop explicit linking against libgbm.so (v2)

2014-11-11 Thread Chad Versace
From: Emil Velikov Use the function pointers stored in wgbm_platform, to communicate with the library. Signed-off-by: Emil Velikov Signed-off-by: Chad Versace --- v2(chadv): Fix numerous upcast errors of form: src/waffle/gbm/wgbm_display.c: In function ‘wgbm_display_connect’: src/waf

Re: [waffle] [PATCH 3/7] gbm: fetch the libgbm function pointers at wgbm_platform_init

2014-11-11 Thread Chad Versace
On Mon 10 Nov 2014, Emil Velikov wrote: Thus way with a follow up commit we can use them and eliminate the link dependency from waffle. Signed-off-by: Emil Velikov --- src/waffle/gbm/wgbm_platform.c | 43 +- src/waffle/gbm/wgbm_platform.h | 17

Re: [waffle] [PATCH 2/7] pkg/archlinux: waffle does not link against libegl

2014-11-11 Thread Chad Versace
On Mon 10 Nov 2014, Emil Velikov wrote: As such demote libegl to makedepend/optdepent, so that one can build waffle, and optionally use x11_egl/gbm/wayland. Patch 2 is Reviewed-by: Chad Versace And, I see for *more* EGL dependency removal. If I understand correctly, at buildtime Waffle uses

Re: [waffle] [PATCH 1/7] pkg/archlinux: use configure autodetection

2014-11-11 Thread Chad Versace
On Mon 10 Nov 2014, Emil Velikov wrote: Since waffle 1.4 we have autodetection at configure time. Let's use it and drop a couple of lines PKGBUILD magic. Signed-off-by: Emil Velikov Patch 1 is Reviewed-by: Chad Versace ___ waffle mailing list waffl