diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-30 14:33:20 -0700 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-10-30 14:33:20 -0700 |
commit | ba22b5f09ca1153ff2e516d14d2a8b08e4b842b3 (patch) | |
tree | 0e9aecd90a3de58e8b280a632ef9ee6d1abb5139 | |
parent | 074541f2992f2a55143e51f0688e2e5f203f959c (diff) | |
download | ayatana-indicator-datetime-ba22b5f09ca1153ff2e516d14d2a8b08e4b842b3.tar.gz ayatana-indicator-datetime-ba22b5f09ca1153ff2e516d14d2a8b08e4b842b3.tar.bz2 ayatana-indicator-datetime-ba22b5f09ca1153ff2e516d14d2a8b08e4b842b3.zip |
fix DPKGDATADIR definition for locating the datetime-panel.ui file
-rw-r--r-- | panel/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/panel/CMakeLists.txt b/panel/CMakeLists.txt index c2b9021..b3fcc7b 100644 --- a/panel/CMakeLists.txt +++ b/panel/CMakeLists.txt @@ -1,6 +1,6 @@ set (PANEL_LIB "indicator-datetime") -add_definitions (-DPKGDATADIR="${CMAKE_INSTALL_DATADIR}/${CMAKE_PROJECT_NAME}") +add_definitions (-DPKGDATADIR="${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/${CMAKE_PROJECT_NAME}") add_library (${PANEL_LIB} SHARED datetime-prefs.c |