This website requires JavaScript.
Explore
Help
Sign in
hyprwm
/
wlroots-hyprland
Watch
1
Star
0
Fork
You've already forked wlroots-hyprland
0
mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced
2024-11-02 03:45:58 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5217456b50
wlroots-hyprland
/
util
/
meson.build
10 lines
104 B
Meson
Raw
Normal View
History
Unescape
Escape
meson: Various improvements Bumps minimum version to 0.51.0 - Remove all intermediate static libraries. They serve no purpose and are just add a bunch of boilerplate for managing dependencies and options. It's now managed as a list of files which are compiled into libwlroots directly. - Use install_subdir instead of installing headers individually. I've changed my mind since I did that. Listing them out is annoying as hell, and it's easy to forget to do it. - Add not_found_message for all of our optional dependencies that have a meson option. It gives some hints about what option to pass and what the optional dependency is for. - Move all backend subdirectories into their own meson.build. This keeps some of the backend-specific build logic (especially rdp and session) more neatly separated off. - Don't overlink example clients with code they're not using. This was done by merging the protocol dictionaries and setting some variables containing the code and client header file. Example clients now explicitly mention what extension protocols they want to link to. - Split compositor example logic from client example logic. - Minor formatting changes
2019-11-22 08:11:15 +01:00
wlr_files
+
=
files
(
'array.c'
,
util: add wlr_output_destroy_safe This adds a generic helper to destory transient globals. See [1]. This patch depends on [2] and [3]. [1]: https://gitlab.freedesktop.org/wayland/wayland/issues/10 [2]: https://gitlab.freedesktop.org/wayland/wayland/merge_requests/28 [3]: https://gitlab.freedesktop.org/wayland/wayland/merge_requests/30
2020-02-03 16:39:27 +01:00
'global.c'
,
meson: Various improvements Bumps minimum version to 0.51.0 - Remove all intermediate static libraries. They serve no purpose and are just add a bunch of boilerplate for managing dependencies and options. It's now managed as a list of files which are compiled into libwlroots directly. - Use install_subdir instead of installing headers individually. I've changed my mind since I did that. Listing them out is annoying as hell, and it's easy to forget to do it. - Add not_found_message for all of our optional dependencies that have a meson option. It gives some hints about what option to pass and what the optional dependency is for. - Move all backend subdirectories into their own meson.build. This keeps some of the backend-specific build logic (especially rdp and session) more neatly separated off. - Don't overlink example clients with code they're not using. This was done by merging the protocol dictionaries and setting some variables containing the code and client header file. Example clients now explicitly mention what extension protocols they want to link to. - Split compositor example logic from client example logic. - Minor formatting changes
2019-11-22 08:11:15 +01:00
'log.c'
,
'region.c'
,
'shm.c'
,
'signal.c'
,
util: fix and move `get_current_time_msec` into a util file This commit makes `get_current_time_msec` correctly return milliseconds as opposed to microseconds. It also considers the value of `tv_sec`, so we don't lose occasionally go back in time by one second. Finally, the function is moved into `util/time.cc` so that it can be reused elsewhere without having to consider these pitfalls.
2020-06-05 23:44:30 +02:00
'time.c'
,
Refactor meson build files Use tabs for indentation and break up function calls over 80 col.
2017-08-30 20:30:47 +02:00
)
Reference in a new issue
Copy permalink