diff options
author | Thierry LARONDE <tlaronde@kergis.com> | 2024-03-24 18:37:37 +0000 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-24 18:37:37 +0000 |
commit | b060c750f309c72636269bdcc1676b745e6760d1 (patch) | |
tree | b7f4d2803ab68c847d78296e29c52632ad21c101 /meson_options.txt | |
parent | eb47cc29d45c86e5b1c4235fca7498811203d1b0 (diff) |
Meson: align settables to autotools ones. Fix discrepancy.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..8c7c809 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('datarootdir', type: 'string', value: '${prefix}/share', + description: 'read-only arch.-independent data root') |