Fixes to make the meson build actually build.

This commit is contained in:
June Tate-Gans 2021-05-23 13:19:47 -05:00
parent 23c8cf095f
commit ad2f8f6c6a

View File

@ -7,7 +7,9 @@ python = import('python').find_installation()
prefix = get_option('prefix') prefix = get_option('prefix')
bindir = get_option('bindir') bindir = get_option('bindir')
etcdir = get_option('etcdir') datadir = get_option('datadir')
etcdir = get_option('sysconfdir')
pylibdir = python.get_install_dir()
g13dir = join_paths(pylibdir, 'g13gui') g13dir = join_paths(pylibdir, 'g13gui')
install_data( install_data(