discomfitor pushed a commit to branch enlightenment-0.22.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=461872e66902b4218131f62e36d1b442548382d0

commit 461872e66902b4218131f62e36d1b442548382d0
Author: Marcel Hollerbach <mar...@osg.samsung.com>
Date:   Tue Jan 23 19:25:46 2018 +0100

    build: enter po subdir
    
    the option is handled inside
---
 meson.build | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meson.build b/meson.build
index c9a6b532b..d57b8d6cd 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

-- 


Reply via email to