mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
build: Add -lm to clutter's LIBADD rule
We need to explicitly link against libm when building Clutter, since we use libm API. https://bugzilla.gnome.org/show_bug.cgi?id=657529
This commit is contained in:
parent
41d22f37ef
commit
96810e1d4d
@ -613,6 +613,7 @@ nodist_clutter_include_HEADERS = \
|
||||
lib_LTLIBRARIES += libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
|
||||
|
||||
libclutter_@CLUTTER_SONAME_INFIX@_@CLUTTER_API_VERSION@_la_LIBADD = \
|
||||
-lm \
|
||||
$(CLUTTER_LIBS) \
|
||||
$(CLUTTER_PROFILE_LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user