Firstbober / wapanel

Desktop-dedicated wayland bar for wayfire and other wlroots based compositors. Mir compatible.
https://firstbober.github.io/wapanel/
MIT License
55 stars 4 forks source link

Build with system toml11 #24

Closed tim77 closed 3 years ago

tim77 commented 3 years ago

Hello. Trying to package wapanel for official repos and there is some requirements related to bundled stuff. Is it possible to build wapanel with system toml11?

Firstbober commented 3 years ago

I will need to make some changes in meson.build. Today I will make necessary changes.

Firstbober commented 3 years ago

Here you go, now by using -Dsystem_toml11 while building, project should use system headers. As toml11 does not come with any pkg-config file I cannot detect it automatically with all user-friendly features, if you don't have it then you get not the fanciest message from the compiler.

tim77 commented 3 years ago

@Firstbober great, thanks. LGTM so far and submitted RR for Fedora https://bugzilla.redhat.com/show_bug.cgi?id=1952716