<div dir="ltr">Hi Artie,<div><br></div><div>Sorry about that.  I didn't realize some Weston binaries were only built under the "check" target.   I'll run "make distcheck" the next time around.</div>
<div><br></div><div>Thanks for the fix!<br></div><div style>-Ossama</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 17, 2013 at 6:12 AM, U. Artie Eoff <span dir="ltr"><<a href="mailto:ullysses.a.eoff@intel.com" target="_blank">ullysses.a.eoff@intel.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: "U. Artie Eoff" <<a href="mailto:ullysses.a.eoff@intel.com">ullysses.a.eoff@intel.com</a>><br>
<br>
surface-global-test and surface-test did not get updated to<br>
the new module_init(...) signature when it changed in<br>
a50e6e4c500e3080b8df7ec14c7e42741477a423.  Thus, they<br>
failed to compile.  Simply running 'make check' shows the<br>
problem. This patch fixes it.<br>
<br>
fixes <a href="https://bugs.freedesktop.org/show_bug.cgi?id=64691" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=64691</a><br>
<br>
Signed-off-by: U. Artie Eoff <<a href="mailto:ullysses.a.eoff@intel.com">ullysses.a.eoff@intel.com</a>><br>
---<br>
 tests/surface-global-test.c | 3 +--<br>
 tests/surface-test.c        | 3 +--<br>
 2 files changed, 2 insertions(+), 4 deletions(-)<br>
<br>
diff --git a/tests/surface-global-test.c b/tests/surface-global-test.c<br>
index 5bafa08..220cb51 100644<br>
--- a/tests/surface-global-test.c<br>
+++ b/tests/surface-global-test.c<br>
@@ -67,8 +67,7 @@ surface_to_from_global(void *data)<br>
 }<br>
<br>
 WL_EXPORT int<br>
-module_init(struct weston_compositor *compositor,<br>
-           int *argc, char *argv[], const char *config_file)<br>
+module_init(struct weston_compositor *compositor, int *argc, char *argv[])<br>
 {<br>
        struct wl_event_loop *loop;<br>
<br>
diff --git a/tests/surface-test.c b/tests/surface-test.c<br>
index 8157e33..73ee23c 100644<br>
--- a/tests/surface-test.c<br>
+++ b/tests/surface-test.c<br>
@@ -50,8 +50,7 @@ surface_transform(void *data)<br>
 }<br>
<br>
 WL_EXPORT int<br>
-module_init(struct weston_compositor *compositor,<br>
-           int *argc, char *argv[], const char *config_file)<br>
+module_init(struct weston_compositor *compositor, int *argc, char *argv[])<br>
 {<br>
        struct wl_event_loop *loop;<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
1.7.11.7<br>
<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</font></span></blockquote></div><br></div>