From a76cf0ba57a3fda87baa19f72762f3768b7ba206 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 12 Jun 2023 08:59:28 +0300 Subject: meson: Remove static-libc option Signed-off-by: Tomi Valkeinen --- meson_options.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.3