meson: install emixer correctly

This commit is contained in:
Marcel Hollerbach 2017-08-22 09:30:06 +02:00
parent 159cb21cda
commit 338ce6f11c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ if get_option(m) == true
include_directories: include_directories(module_includes, '.', './lib'),
dependencies : [ dep_elementary, deps ],
c_args : '-DEMIXER_BUILD',
install_dir : _dir_bin,
install_dir : dir_bin,
install : true
)
endif