Modify a dependancy for install a keymap file e-tizen-data to xkb-data
[platform/upstream/libxkbcommon.git] / meson.build
index 7d5802b..7317317 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,13 @@ elif cc.get_argument_syntax() == 'msvc'
     libxkbcommon_link_deps += libxkbcommon_def
     libxkbcommon_link_args += '/DEF:' + libxkbcommon_def.full_path()
 endif
+
+## For tizen profile ##
+tizen_profile = get_option('tizen-profile')
+if tizen_profile == 'common'
+       libxkbcommon_link_args += '-D_F_TIZEN_COMMON_PROFILE_'
+endif
+
 libxkbcommon = library(
     'xkbcommon',
     'include/xkbcommon/xkbcommon.h',