summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-03-19 17:39:03 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2020-03-24 12:24:04 +0100
commit9da0235d74637b3ee0049eddd1a3ef2c44a3849e (patch)
tree8c5a95a29353fb07abc18409d94c6ee0156d9738 /meson.build
parent8c91255595e7b05954d2ae905c36e9a4b5ac36b1 (diff)
downloadefl-9da0235d74637b3ee0049eddd1a3ef2c44a3849e.tar.gz
exactness: remove exactness library and move code into binary folder
We do not want to have EAPI from exactness exposed at this point without any real user. I know of no application using the exactness library. If we come to that point we can move things back into a lib, but for now having the code shared between the various executables is all we need. Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Differential Revision: https://phab.enlightenment.org/D11545
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index bbf99d427a..a49be8c620 100644
--- a/meson.build
+++ b/meson.build
@@ -335,7 +335,7 @@ subprojects = [
['elua' ,['elua'] , false, true, true, false, true, false, ['eina', 'luajit'], []],
['ecore_wayland' ,['wl-deprecated'] , false, true, false, false, false, false, ['eina'], []],
['ecore_drm' ,['drm-deprecated'] , false, true, false, false, false, false, ['eina'], []],
-['exactness' ,[] , false, true, true, false, false, false, ['eina, evas, eet'], []],
+['exactness' ,[] , false, false, true, false, false, false, ['eina, evas, eet'], []],
]
# We generate Efl_Config.h and config.h later, they will be available here