meson: remove b_lundef=false on FreeBSD
This commit is contained in:
parent
3c243ac208
commit
77c25c1526
|
@ -116,12 +116,6 @@ wlr_deps += [
|
||||||
math,
|
math,
|
||||||
]
|
]
|
||||||
|
|
||||||
if host_machine.system() == 'freebsd'
|
|
||||||
override_options = ['b_lundef=false']
|
|
||||||
else
|
|
||||||
override_options = []
|
|
||||||
endif
|
|
||||||
|
|
||||||
symbols_file = 'wlroots.syms'
|
symbols_file = 'wlroots.syms'
|
||||||
symbols_flag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), symbols_file)
|
symbols_flag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), symbols_file)
|
||||||
lib_wlr = library(
|
lib_wlr = library(
|
||||||
|
@ -133,7 +127,6 @@ lib_wlr = library(
|
||||||
install: true,
|
install: true,
|
||||||
link_args : symbols_flag,
|
link_args : symbols_flag,
|
||||||
link_depends: symbols_file,
|
link_depends: symbols_file,
|
||||||
override_options: override_options,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
wlroots = declare_dependency(
|
wlroots = declare_dependency(
|
||||||
|
|
Loading…
Reference in New Issue