[rhythmbox/wip/hadess/fix-i18n] build: Fix translations not working




commit 8082b955a910233fb8d109360803c05a5b88102f
Author: Bastien Nocera <hadess hadess net>
Date:   Wed May 4 17:42:36 2022 +0200

    build: Fix translations not working
    
    ENABLE_NLS was never set after the port to meson.

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 0a40c47c9..71d38c508 100644
--- a/meson.build
+++ b/meson.build
@@ -178,6 +178,7 @@ endif
 cdata.set('GETTEXT_PACKAGE', '"rhythmbox"')
 cdata.set('PACKAGE', '"rhythmbox"')
 cdata.set('VERSION', '@0@'.format(meson.project_version()))
+cdata.set('ENABLE_NLS', 1)
 
 # Needed so that we can build static libraries and later link them into
 # shared libraries.


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