diff options
author | est31 <est31@users.noreply.github.com> | 2016-08-20 21:26:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-20 21:26:44 +0200 |
commit | f092dac9793b80c29a669b0d676ee3e4f55f682e (patch) | |
tree | 75bb3a5c4f9d82fc6c18f4481f3b8a662ea481c3 /src/cmake_config.h.in | |
parent | 6590140260d0338ab5a0fd2bbcd4c72f07dd963d (diff) | |
download | minetest-f092dac9793b80c29a669b0d676ee3e4f55f682e.tar.gz minetest-f092dac9793b80c29a669b0d676ee3e4f55f682e.tar.bz2 minetest-f092dac9793b80c29a669b0d676ee3e4f55f682e.zip |
Also support X11 icon for minetest copies installed via make install (#4407)
Fixes #4323.
Diffstat (limited to 'src/cmake_config.h.in')
-rw-r--r-- | src/cmake_config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmake_config.h.in b/src/cmake_config.h.in index 50f34a0b8..4b731020a 100644 --- a/src/cmake_config.h.in +++ b/src/cmake_config.h.in @@ -14,6 +14,7 @@ #define STATIC_SHAREDIR "@SHAREDIR@" #define STATIC_LOCALEDIR "@LOCALEDIR@" #define BUILD_TYPE "@CMAKE_BUILD_TYPE@" +#define ICON_DIR "@ICONDIR@" #cmakedefine01 RUN_IN_PLACE #cmakedefine01 USE_GETTEXT #cmakedefine01 USE_CURL |