<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Done. Thanks!<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">On 05/11/2018 11:04, Sergii Romantsov
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CALt4EUQGWeO6sFxHY8D+fFXsWjZybvRS_boCwrB2ktPqhzxSfA@mail.gmail.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div dir="ltr">Could, please, somebody push?</div>
<br>
<div class="gmail_quote">
<div dir="ltr">On Thu, Nov 1, 2018 at 6:11 PM Dylan Baker <<a
href="mailto:dylan@pnwbakers.com" moz-do-not-send="true">dylan@pnwbakers.com</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Reviewed-by:
Dylan Baker <<a href="mailto:dylan@pnwbakers.com"
target="_blank" moz-do-not-send="true">dylan@pnwbakers.com</a>><br>
<br>
Quoting Sergii Romantsov (2018-11-01 04:02:43)<br>
> Building of 32bit Mesa may fail if __SSE__ is not
specified.<br>
> Added missed dependency from libm.<br>
> <br>
> v2: avoided dependecy on any flag, just link<br>
> <br>
> v3: meson doesn't fail, but have added dependency on libm<br>
> <br>
> CC: Dylan Baker <<a href="mailto:dylan@pnwbakers.com"
target="_blank" moz-do-not-send="true">dylan@pnwbakers.com</a>><br>
> CC: Lionel G Landwerlin <<a
href="mailto:lionel.g.landwerlin@intel.com" target="_blank"
moz-do-not-send="true">lionel.g.landwerlin@intel.com</a>><br>
> Bugzilla: <a
href="https://bugs.freedesktop.org/show_bug.cgi?id=108560"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://bugs.freedesktop.org/show_bug.cgi?id=108560</a><br>
> Signed-off-by: Sergii Romantsov <<a
href="mailto:sergii.romantsov@globallogic.com"
target="_blank" moz-do-not-send="true">sergii.romantsov@globallogic.com</a>><br>
> ---<br>
> src/util/Makefile.am | 3 ++-<br>
> src/util/meson.build | 2 +-<br>
> 2 files changed, 3 insertions(+), 2 deletions(-)<br>
> <br>
> diff --git a/src/util/Makefile.am b/src/util/Makefile.am<br>
> index d79f2b3..85c7553 100644<br>
> --- a/src/util/Makefile.am<br>
> +++ b/src/util/Makefile.am<br>
> @@ -60,7 +60,8 @@ libmesautil_la_LIBADD = \<br>
> $(PTHREAD_LIBS) \<br>
> $(CLOCK_LIB) \<br>
> $(ZLIB_LIBS) \<br>
> - $(LIBATOMIC_LIBS)<br>
> + $(LIBATOMIC_LIBS) \<br>
> + -lm<br>
> <br>
> libxmlconfig_la_SOURCES = $(XMLCONFIG_FILES)<br>
> libxmlconfig_la_CFLAGS = \<br>
> diff --git a/src/util/meson.build b/src/util/meson.build<br>
> index 49d84c1..5b82b21 100644<br>
> --- a/src/util/meson.build<br>
> +++ b/src/util/meson.build<br>
> @@ -113,7 +113,7 @@ libmesa_util = static_library(<br>
> 'mesa_util',<br>
> [files_mesa_util, format_srgb],<br>
> include_directories : inc_common,<br>
> - dependencies : [dep_zlib, dep_clock, dep_thread,
dep_atomic],<br>
> + dependencies : [dep_zlib, dep_clock, dep_thread,
dep_atomic, dep_m],<br>
> c_args : [c_msvc_compat_args, c_vis_args],<br>
> build_by_default : false<br>
> )<br>
> -- <br>
> 2.7.4<br>
> <br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org"
target="_blank" moz-do-not-send="true">mesa-dev@lists.freedesktop.org</a><br>
<a
href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr" class="gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div dir="ltr">Sergii Romantsov<br>
</div>
<div dir="ltr">
<div
style="margin:0px;padding:0px;color:rgb(23,43,77);font-family:-apple-system,BlinkMacSystemFont,"Segoe
UI",Roboto,Oxygen,Ubuntu,"Fira
Sans","Droid Sans","Helvetica
Neue",sans-serif;font-size:14px">GlobalLogic Inc.<br>
<a href="http://www.globallogic.com/" rel="nofollow"
style="color:rgb(0,82,204)" target="_blank"
moz-do-not-send="true">www.globallogic.com</a><br>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<p><br>
</p>
</body>
</html>