meson: Default ICC directory is Linux-specific
This commit is contained in:
parent
5281804a5c
commit
72cb81f6a7
1 changed files with 10 additions and 10 deletions
20
meson.build
20
meson.build
|
|
@ -2182,16 +2182,16 @@ final_message = [
|
|||
''' gimp-console: @0@'''.format(enable_console_bin),
|
||||
'',
|
||||
'''Optional Features:''',
|
||||
''' Check updates at startup: @0@'''.format(check_update),
|
||||
''' Language selection: @0@'''.format(isocodes.found()),
|
||||
''' Vector icons: @0@'''.format(have_vector_icons),
|
||||
''' Dr. Mingw (Win32): @0@'''.format(drmingw.found()),
|
||||
''' Relocatable Bundle: @0@'''.format(relocatable_bundle),
|
||||
''' Default ICC directory: @0@'''.format(icc_directory),
|
||||
''' 32-bit DLL folder (Win32): @0@'''.format(get_option('win32-32bits-dll-folder')),
|
||||
''' Dashboard backtraces: @0@'''.format(dashboard_backtrace),
|
||||
''' Binary symlinks: @0@'''.format(enable_default_bin),
|
||||
''' OpenMP: @0@'''.format(have_openmp),
|
||||
''' Check updates at startup: @0@'''.format(check_update),
|
||||
''' Language selection: @0@'''.format(isocodes.found()),
|
||||
''' Vector icons: @0@'''.format(have_vector_icons),
|
||||
''' Dr. Mingw (Win32): @0@'''.format(drmingw.found()),
|
||||
''' Relocatable Bundle: @0@'''.format(relocatable_bundle),
|
||||
''' Default ICC directory (Linux): @0@'''.format(icc_directory),
|
||||
''' 32-bit DLL folder (Win32): @0@'''.format(get_option('win32-32bits-dll-folder')),
|
||||
''' Dashboard backtraces: @0@'''.format(dashboard_backtrace),
|
||||
''' Binary symlinks: @0@'''.format(enable_default_bin),
|
||||
''' OpenMP: @0@'''.format(have_openmp),
|
||||
'',
|
||||
'''Optional Plug-Ins:''',
|
||||
''' Ascii Art: @0@'''.format(libaa.found()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue