Add LICENSE.BSD-3-Clause file
[platform/upstream/libxkbcommon.git] / meson.build
index 7d5802b..a8650c1 100644 (file)
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '1.5.0',
+    version: '1.6.0',
     default_options: [
         'c_std=c11',
         'warning_level=2',
@@ -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,12 @@ endif
 man_pages = []
 
 # Tools
+if get_option('enable-tools')
 build_tools = get_option('enable-tools') and cc.has_header_symbol('getopt.h', 'getopt_long', prefix: '#define _GNU_SOURCE')
+else
+build_tools = false
+endif
+
 if build_tools
     # Common resources
     libxkbcommon_tools_internal_sources = [