Skip to content

Commit

Permalink
do not need to link against libm and libbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
thermitegod committed May 7, 2022
1 parent d53f9ce commit 43dbb37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ endforeach

# preprocessor related - end

lib_math = meson.get_compiler('c').find_library('libm', required : true)
lib_libbsd = meson.get_compiler('c').find_library('libbsd', required : true)
lib_udev = meson.get_compiler('c').find_library('libudev', required : true)
lib_ffmpeg = meson.get_compiler('c').find_library('libffmpegthumbnailer', required : true)

Expand Down Expand Up @@ -257,8 +255,6 @@ spacefm = build_target(
dep_exo,
dep_spdlog,
dep_fmt,
lib_math,
lib_libbsd,
lib_udev,
lib_ffmpeg,
],
Expand Down

0 comments on commit 43dbb37

Please sign in to comment.