[gtk/matthiasc/for-master] Slim down the sysprof subproject



commit ff1346d1397ae681475320e9d372ddb38121da7b
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Oct 1 07:07:18 2020 -0400

    Slim down the sysprof subproject
    
    The libsysprof option in sysprof is misnamed, it only
    controls the ui parts of libsysprof. So turn it off.

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index ac940638fc..bfe2ede6da 100644
--- a/meson.build
+++ b/meson.build
@@ -687,7 +687,7 @@ if not get_option('sysprof').disabled()
       'enable_gtk=false',
       'enable_tests=false',
       'enable_tools=false',
-      'libsysprof=true',
+      'libsysprof=false',
       'with_sysprofd=none',
       'help=false',
     ],
@@ -701,7 +701,7 @@ if not get_option('sysprof').disabled()
       'enable_gtk=false',
       'enable_tests=false',
       'enable_tools=false',
-      'libsysprof=true',
+      'libsysprof=false',
       'with_sysprofd=none',
       'help=false',
     ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]