mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 11:40:06 +01:00
Add -lm to library
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ac1f1acb41
commit
c7af6193b6
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ libinput_la_SOURCES = \
|
|||
udev-seat.h
|
||||
|
||||
libinput_la_LIBADD = $(MTDEV_LIBS) \
|
||||
$(LIBUDEV_LIBS)
|
||||
$(LIBUDEV_LIBS) \
|
||||
-lm
|
||||
libinput_la_CFLAGS = $(MTDEV_CFLAGS) \
|
||||
$(LIBUDEV_CFLAGS) \
|
||||
$(GCC_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue