Skip to content

Commit

Permalink
meson: Remove static-libc option
Browse files Browse the repository at this point in the history
Signed-off-by: Tomi Valkeinen <[email protected]>
  • Loading branch information
tomba committed Jun 12, 2023
1 parent ff1db7e commit a76cf0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ endif

add_project_arguments(cpp_arguments, language : 'cpp')

link_arguments = []

if get_option('static-libc')
link_arguments += ['-static-libgcc', '-static-libstdc++']
endif

add_global_link_arguments(link_arguments, language : 'cpp')

libfmt_dep = dependency('fmt')

libdrmomap_dep = dependency('libdrm_omap', required : get_option('omap'))
Expand Down
3 changes: 0 additions & 3 deletions meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
option('omap', type : 'feature', value : 'auto',
description : 'Build omapdrm extensions')

option('static-libc', type : 'boolean', value : false,
description : 'Build with -static-libgcc -static-libstdc++')

option('libutils', type : 'boolean', value : true,
description : 'Build kms++utils library')

Expand Down

0 comments on commit a76cf0b

Please sign in to comment.