[rhythmbox/wip/hadess/fix-i18n: 2/3] shell: Fix missing declaration for GNOMELOCALEDIR
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/wip/hadess/fix-i18n: 2/3] shell: Fix missing declaration for GNOMELOCALEDIR
- Date: Wed, 4 May 2022 16:30:20 +0000 (UTC)
commit cfd7d9ff1786a8ec0cdbf4c479dc4559a757373e
Author: Bastien Nocera <hadess hadess net>
Date: Wed May 4 17:52:23 2022 +0200
shell: Fix missing declaration for GNOMELOCALEDIR
shell/main.c: In function ‘main’:
shell/main.c:69:42: error: ‘GNOMELOCALEDIR’ undeclared (first use in this function)
69 | bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
| ^~~~~~~~~~~~~~
shell/meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/shell/meson.build b/shell/meson.build
index 23db7921a..0f843f8bc 100644
--- a/shell/meson.build
+++ b/shell/meson.build
@@ -148,6 +148,7 @@ endif
executable('rhythmbox', 'main.c',
dependencies: rhythmbox_dependencies,
+ c_args: shell_c_args,
include_directories: [ pluginsinc ],
install: true,
install_rpath: rpath
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]