1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-27 20:59:01 +00:00
conky/cmake
Jan Beich 3fb6534eff
Add missing Wayland dependency on BSDs (#1349)
src/display-wayland.cc:38:10: fatal error: 'sys/epoll.h' file not found
 #include <sys/epoll.h>
          ^~~~~~~~~~~~~

ld: error: undefined symbol: epoll_create1
>>> referenced by display-wayland.cc
>>>               src/CMakeFiles/conky.dir/display-wayland.cc.o:(conky::display_output_wayland::initialize())

ld: error: undefined symbol: epoll_ctl
>>> referenced by display-wayland.cc
>>>               src/CMakeFiles/conky.dir/display-wayland.cc.o:(conky::display_output_wayland::main_loop_wait(double))

ld: error: undefined symbol: epoll_wait
>>> referenced by display-wayland.cc
>>>               src/CMakeFiles/conky.dir/display-wayland.cc.o:(conky::display_output_wayland::main_loop_wait(double))
2022-12-27 08:04:58 -05:00
..
scripts fixed wrong spelled words 2021-01-23 17:59:07 -06:00
build.h.in Move cmake files around, add -D_GNU_SOURCE. 2009-12-09 15:56:07 -08:00
Catch.cmake Reformat CMake files. 2019-01-03 09:48:43 -05:00
CatchAddTests.cmake Reformat CMake files. 2019-01-03 09:48:43 -05:00
clang-format.cmake Don't reformat catch2 with make clang-format. 2022-10-13 14:55:38 -05:00
clang-tidy.cmake Rename cmake vars to suppress warnings. 2021-01-23 18:22:47 -06:00
CodeCoverage.cmake Use cmake macros for cxx standards 2022-10-12 20:32:48 -04:00
config.h.in build, colours, core, gui, wayland, wl, x11: implement wayland display backend 2022-12-24 09:42:01 -05:00
Conky.cmake Bump version. 2022-12-26 13:54:52 -05:00
ConkyBuildOptions.cmake Default wayland build to off. 2022-12-26 13:21:40 -05:00
ConkyCPackSetup.cmake Update copyright, authors. 2021-02-27 09:14:19 -06:00
ConkyPlatformChecks.cmake Add missing Wayland dependency on BSDs (#1349) 2022-12-27 08:04:58 -05:00
FindClangFormat.cmake Check for new clang tidy/format bins. 2021-01-23 19:28:22 -06:00
FindClangTidy.cmake Check for new clang tidy/format bins. 2021-01-23 19:28:22 -06:00
FindWayland.cmake Build fixes for newly introduced Wayland support. 2022-12-24 11:29:19 -05:00
FindXinerama.cmake Reformat CMake files. 2019-01-03 09:48:43 -05:00
ToLua.cmake Update copyright, authors. 2021-02-27 09:14:19 -06:00
UninstallConky.cmake.in Add License information to cmake uninstall source 2021-05-17 10:08:37 -05:00