mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
ad40511358
Among other changes, this adds spdlog::should_log(), which lets us
easily determine whether a log message will be printed so that we can
avoid extra computation when unnecessary.
New wrap file taken from https://wrapdb.mesonbuild.com/spdlog and
modified to download from GitHub as per commit 99dde1aff8
("Download
patch files from Github instead of wrapdb").
14 lines
454 B
Plaintext
14 lines
454 B
Plaintext
[wrap-file]
|
|
directory = spdlog-1.8.1
|
|
|
|
source_url = https://github.com/gabime/spdlog/archive/v1.8.1.tar.gz
|
|
source_filename = v1.8.1.tar.gz
|
|
source_hash = 5197b3147cfcfaa67dd564db7b878e4a4b3d9f3443801722b3915cdeced656cb
|
|
|
|
patch_url = https://github.com/mesonbuild/spdlog/releases/download/1.8.1-1/spdlog.zip
|
|
patch_filename = spdlog-1.8.1-1-wrap.zip
|
|
patch_hash = 76844292a8e912aec78450618271a311841b33b17000988f215ddd6c64dd71b3
|
|
|
|
[provide]
|
|
spdlog = spdlog_dep
|