summaryrefslogtreecommitdiff
path: root/cmakeconfig
diff options
context:
space:
mode:
authorWonki Kim <wonki_.kim@samsung.com>2019-01-30 08:43:32 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-01-30 13:32:04 +0100
commit31794a18e108fb2863eb8a170cc2064a12ba2c3d (patch)
treeada6d357335028e6deb2d0a71841d5acb6b8671d /cmakeconfig
parentb8617843f75ddd4415630024a61d874f2b208084 (diff)
downloadefl-31794a18e108fb2863eb8a170cc2064a12ba2c3d.tar.gz
meson: fix to make results same as a way it does in autotools
I found that results of build are different by build tools. this patch fixes meson.build to make results same as a way it does in autotools. Differential Revision: https://phab.enlightenment.org/D7819
Diffstat (limited to 'cmakeconfig')
-rw-r--r--cmakeconfig/EflConfigVersion.cmake.in (renamed from cmakeconfig/EFLConfigVersion.cmake.in)0
-rw-r--r--cmakeconfig/meson.build2
2 files changed, 1 insertions, 1 deletions
diff --git a/cmakeconfig/EFLConfigVersion.cmake.in b/cmakeconfig/EflConfigVersion.cmake.in
index f99fba11a4..f99fba11a4 100644
--- a/cmakeconfig/EFLConfigVersion.cmake.in
+++ b/cmakeconfig/EflConfigVersion.cmake.in
diff --git a/cmakeconfig/meson.build b/cmakeconfig/meson.build
index 2261a4ff12..158b2a9dc6 100644
--- a/cmakeconfig/meson.build
+++ b/cmakeconfig/meson.build
@@ -27,7 +27,7 @@ cmake_src = [
]
cmake_version_src = [
- 'EFL',
+ 'Efl',
'Elementary',
]