diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2023-06-12 08:59:28 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2023-06-12 08:59:28 +0300 |
| commit | a76cf0ba57a3fda87baa19f72762f3768b7ba206 (patch) | |
| tree | 99ddce0c2e8f4f8c0c6e3657e45e4be8914c054c /meson_options.txt | |
| parent | ff1db7e6e6547d44c4de278fd5425a20541572e0 (diff) | |
meson: Remove static-libc option
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index 979753e..cc750c7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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') |
