From c6c864cd7084931404b383dcd3f8a1e3951dede4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 6 Dec 2017 11:45:17 +0100 Subject: Rename GNOMELOCALEDIR -> LOCALEDIR. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 472a789..949b4fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if (EXISTS "/etc/debian_version") endif() set(GETTEXT_PACKAGE "ayatana-indicator-sound") -set(GNOMELOCALEDIR "${CMAKE_INSTALL_FULL_DATADIR}/locale") +set(LOCALEDIR "${CMAKE_INSTALL_FULL_DATADIR}/locale") add_definitions( -DGETTEXT_PACKAGE="${GETTEXT_PACKAGE}" ) set(SOURCE_DIR "${CMAKE_SOURCE_DIR}/src") -- cgit v1.2.3