diff options
| -rw-r--r-- | shell/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/meson.build b/shell/meson.build index 268416ef..acaccb5b 100644 --- a/shell/meson.build +++ b/shell/meson.build @@ -13,8 +13,6 @@ include_dirs = include_directories( # Define preprocessor definitions c_args = [ '-DATRILDATADIR="' + join_paths(get_option('prefix'), get_option('datadir'), 'atril') + '"', - '-DMATEDATADIR="' + get_option('datadir') + '"', - '-DLIBEXECDIR="' + get_option('libexecdir') + '"', '-DATRIL_COMPILATION' ] |
