packaging: ready to spec file whenever enable xkbregistry
[platform/upstream/libxkbcommon.git] / meson.build
index eaef4fb..25ff32e 100644 (file)
@@ -245,6 +245,7 @@ elif cc.get_argument_syntax() == 'msvc'
     libxkbcommon_link_deps += libxkbcommon_def
     libxkbcommon_link_args += '/DEF:' + libxkbcommon_def.full_path()
 endif
+
 libxkbcommon = library(
     'xkbcommon',
     'include/xkbcommon/xkbcommon.h',
@@ -415,7 +416,8 @@ endif
 man_pages = []
 
 # Tools
-build_tools = get_option('enable-tools') and cc.has_header_symbol('getopt.h', 'getopt_long', prefix: '#define _GNU_SOURCE')
+#build_tools = get_option('enable-tools') and cc.has_header_symbol('getopt.h', 'getopt_long', prefix: '#define _GNU_SOURCE')
+build_tools = false
 if build_tools
     # Common resources
     libxkbcommon_tools_internal_sources = [