diff options
| author | Drew DeVault <sir@cmpwn.com> | 2015-11-13 10:27:16 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2015-11-13 10:27:16 -0500 |
| commit | f7c0d2badb3f06a5f90f7a25aeca6242d2aba093 (patch) | |
| tree | 43aa391baccfa2d6e26c40823234bcc6694afcb5 /swaybg/CMakeLists.txt | |
| parent | 1011957465dd9a6e6d29ecb4dc07f0cb8af50ea5 (diff) | |
Clean up some things better in wayland clients
Diffstat (limited to 'swaybg/CMakeLists.txt')
| -rw-r--r-- | swaybg/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybg/CMakeLists.txt b/swaybg/CMakeLists.txt index 8da31faa..5a46ffb8 100644 --- a/swaybg/CMakeLists.txt +++ b/swaybg/CMakeLists.txt @@ -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 |
