summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel@osg.samsung.com>2018-01-23 19:25:46 +0100
committerMarcel Hollerbach <marcel@osg.samsung.com>2018-01-23 19:25:46 +0100
commit39c9ae8b73e22b38491847e3cf5a410132d1e773 (patch)
tree858e6442e73abc6acfdfb569a14e465e1eb01e45
parent27d505fb595e63615b0f6e83759848268abcbf59 (diff)
downloadenlightenment-39c9ae8b73e22b38491847e3cf5a410132d1e773.tar.gz
build: enter po subdir
the option is handled inside
-rw-r--r--meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 7343174d41..381707f06f 100644
--- a/meson.build
+++ b/meson.build
@@ -84,9 +84,7 @@ config_h.set('_TANDEM_SOURCE' , '1')
config_h.set('__EXTENSIONS__' , '1')
#config_h.set('E_RELEASE_BUILD' , '1')
-if get_option('nls') == true
- subdir('po')
-endif
+subdir('po')
darwin = host_machine.system().startswith('darwin')
if darwin == true