Hyprland/src/managers/eventLoop
Yaroslav 9e4b2efe7e
cmake: Some small cmake cleanups (#5572)
* remove unnecessary include

* cmake: use pkg_get_variable

We can find wayland-scanner executable and wayland-protocols dir by
taking advantage of this function, so no need to use find_program or
manually call pkgconf executable.

* cmake: remove explicit rdynamic option

CMAKE_ENABLE_EXPORTS=ON already implies rdynamic so it's redundant to
set the latter explicitly.

Also, CMAKE_ENABLE_EXPORTS is superseded by
CMAKE_EXECUTABLE_ENABLE_EXPORTS in cmake 3.27.

* cmake: make xcb-errors dep optional

xcb-errors is being used in wlroots, where it's optional. So make it
optional in hyprland as well
2024-04-13 14:40:28 +01:00
..
EventLoopManager.cpp cmake: Some small cmake cleanups (#5572) 2024-04-13 14:40:28 +01:00
EventLoopManager.hpp style: run clang-format 2024-04-08 15:33:02 +01:00
EventLoopTimer.cpp eventloop: move timers to an event loop fd 2024-04-07 21:55:29 +01:00
EventLoopTimer.hpp core: Event loop rework (#5466) 2024-04-07 03:31:51 +01:00