meson: remove build warning 27/241627/1
authorJunseok, Kim <juns.kim@samsung.com>
Wed, 15 Jul 2020 02:37:18 +0000 (11:37 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 09:53:57 +0000 (18:53 +0900)
the static_library no needs version, so remove it.

Change-Id: Ibc7cd27fed47c672955fa54d663628f5fbaef1c2
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/meson.build

index 989d0c0..ab47a18 100644 (file)
@@ -188,7 +188,6 @@ libds_static_lib = static_library(
        libds_srcs,
        dependencies : [dlog_dep, libtdm_dep, wayland_dep, tizen_ext_deps, ecore_dep, ecore_evas_dep, libinput_dep, libudev_dep],
        include_directories : [libds_include_dirs],
-       version : meson.project_version(),
        install : true
        )