meson: Add 'charsetalias-dir' option mirroring the autotools one

This fixes the build again.
This commit is contained in:
Nirbheek Chauhan
2017-11-22 04:40:10 +05:30
parent 4e5c6616f0
commit c603ba301d
2 changed files with 8 additions and 1 deletions

View File

@@ -8,3 +8,5 @@ option('enable-systemtap', type : 'boolean', value : false,
description : 'include tracing support for systemtap')
option('tapset-install-dir', type : 'string', value : '',
description : 'path where systemtap tapsets are installed')
option('charsetalias-dir', type : 'string', value : '',
description : 'directory for charset.alias file (libdir by default)')