projects
/
platform
/
core
/
uifw
/
libds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf1d2f
)
meson: remove build warning
27/241627/1
author
Junseok, Kim
<juns.kim@samsung.com>
Wed, 15 Jul 2020 02:37:18 +0000
(11:37 +0900)
committer
Sung-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
patch
|
blob
|
history
diff --git
a/src/meson.build
b/src/meson.build
index
989d0c0
..
ab47a18
100644
(file)
--- a/
src/meson.build
+++ b/
src/meson.build
@@
-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
)