Clean up some things better in wayland clients

This commit is contained in:
Drew DeVault 2015-11-13 10:27:16 -05:00
parent 1011957465
commit f7c0d2badb
3 changed files with 27 additions and 14 deletions

View file

@ -23,7 +23,7 @@ add_executable(swaybg
${common}
)
TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES})
TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES} -lm)
install(
TARGETS swaybg