Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: refactorings and deprecation fixes #2926

Merged
merged 10 commits into from
Feb 19, 2024

Conversation

alebastr
Copy link
Contributor

See individual commits for details.

The `<experimental/filesystem>` and `-lc++experimental` aren't needed
since LLVM 9.0. And since we now require C++20, checking for the
`<filesystem>` support shouldn't be necessary either.
We already use it without checking (`<gio/gdesktopappinfo.h>` in
wlr/taskbar), it's a transitive dependency of GTK and it's always
available on Unix platforms.
- `ExternalProgram.path`
- `dependency.get_pkgconfig_variable`
- `meson.build_root`
- `meson.source_root`
meson.build Outdated Show resolved Hide resolved
The library tests take more time to complie than the entire Waybar.
```
../include/util/css_reload_helper.hpp:15:7: warning: 'class waybar::CssReloadHelper' has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor]
```
@Alexays
Copy link
Owner

Alexays commented Feb 19, 2024

Thanks!

@Alexays Alexays merged commit 6048e23 into Alexays:master Feb 19, 2024
8 of 9 checks passed
@alebastr alebastr deleted the meson-cleanup branch February 19, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants