OSDN Git Service

autotools: library-dependency when no sse and 32-bit
authorSergii Romantsov <sergii.romantsov@gmail.com>
Thu, 1 Nov 2018 11:02:43 +0000 (13:02 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 8 Nov 2018 16:05:38 +0000 (16:05 +0000)
commit15442cac5c747e54952fcc972f5c43faa208dbbf
tree49237dfff75d69debc6bdb239f467afa9a979bf0
parent61c64f64d73096acb9ee352ac9535ca7e1a930e8
autotools: library-dependency when no sse and 32-bit

Building of 32bit Mesa may fail if __SSE__ is not specified.
Added missed dependency from libm.

v2: avoided dependecy on any flag, just link

v3: meson doesn't fail, but have added dependency on libm

CC: Dylan Baker <dylan@pnwbakers.com>
CC: Lionel G Landwerlin <lionel.g.landwerlin@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108560
Signed-off-by: Sergii Romantsov <sergii.romantsov@globallogic.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
(cherry picked from commit ce837a537282f10bc48c4ac426fa9a31241beea2)
src/util/Makefile.am
src/util/meson.build