[gegl] meson: fix locale dir



commit 592a7db44de5389385fffea7ffc2a9107e607ca8
Author: Ell <ell_se yahoo com>
Date:   Tue Oct 22 17:36:11 2019 +0300

    meson: fix locale dir
    
    Fix GEGL_LOCALEDIR to use the absolute path to the locale dir,
    fixing broken translations.

 gegl/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gegl/meson.build b/gegl/meson.build
index 8b987fc10..020639be9 100644
--- a/gegl/meson.build
+++ b/gegl/meson.build
@@ -13,7 +13,7 @@ geglInclude = include_directories(
 gegl_cflags = [
   '-DLIBDIR="@0@"'.format(get_option('prefix') / get_option('libdir')),
   '-DG_LOG_DOMAIN="@0@"'.format('GEGL'),
-  '-DGEGL_LOCALEDIR="@0@"'.format(get_option('localedir')),
+  '-DGEGL_LOCALEDIR="@0@"'.format(get_option('prefix') / get_option('localedir')),
 ]
 
 gegl_version_h = configure_file(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]