mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
Fixes to make the meson build actually build.
This commit is contained in:
parent
23c8cf095f
commit
ad2f8f6c6a
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user