mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
meson: remove b_lundef=false on FreeBSD
This commit is contained in:
parent
3c243ac208
commit
77c25c1526
1 changed files with 0 additions and 7 deletions
|
@ -116,12 +116,6 @@ wlr_deps += [
|
|||
math,
|
||||
]
|
||||
|
||||
if host_machine.system() == 'freebsd'
|
||||
override_options = ['b_lundef=false']
|
||||
else
|
||||
override_options = []
|
||||
endif
|
||||
|
||||
symbols_file = 'wlroots.syms'
|
||||
symbols_flag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), symbols_file)
|
||||
lib_wlr = library(
|
||||
|
@ -133,7 +127,6 @@ lib_wlr = library(
|
|||
install: true,
|
||||
link_args : symbols_flag,
|
||||
link_depends: symbols_file,
|
||||
override_options: override_options,
|
||||
)
|
||||
|
||||
wlroots = declare_dependency(
|
||||
|
|
Loading…
Reference in a new issue