build fix accepted/tizen/unified/20200622.134451 submit/tizen/20200621.214257
authorSubhransu Mohanty <smohantty@gmail.com>
Fri, 19 Jun 2020 07:09:22 +0000 (16:09 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 21 Jun 2020 21:28:17 +0000 (06:28 +0900)
meson.build

index 5d2972e437d776704754b45ea73aa0d1fcfe5797..f8fc419cbb883fff1b9f9f451889cd557e32f14f 100644 (file)
@@ -2,8 +2,8 @@ project('rlottie',
         'cpp',
         default_options : ['warning_level=3', 'werror=true', 'cpp_std=c++14', 'optimization=s'],
         version : '0.1',
-        license : 'LGPL-v2.1'
-        meson_version : '>=0.50'
+        license : 'LGPL-v2.1',
+        meson_version : '>=0.49',
         )
 
 add_project_arguments('-DDEMO_DIR="@0@/example/resource/"'.format(meson.current_source_dir()), language : 'cpp')