forked from enlightenment/efl
i was comparing the bindir results of aurtofoo vs meson and some things were missing/poking out at me. this makes them be in sync - install the ewl_wl+test obnaries, ensure to chmod +x+r etc. scritps AND install themdevs/herdsman/staging
parent
91990b7cf8
commit
f532be51bc
8 changed files with 29 additions and 3 deletions
@ -0,0 +1,2 @@ |
||||
#!/bin/sh |
||||
chmod "$1" "${DESTDIR}/$2" && touch "${DESTDIR}/$2" |
@ -1,11 +1,13 @@ |
||||
executable('efl_wl_test', |
||||
'efl_wl_test.c', |
||||
include_directories : config_dir, |
||||
dependencies: [efl_wl, elementary] |
||||
dependencies: [efl_wl, elementary], |
||||
install: true, |
||||
) |
||||
|
||||
executable('efl_wl_test_stack', |
||||
'efl_wl_test_stack.c', |
||||
include_directories : config_dir, |
||||
dependencies: [efl_wl, elementary] |
||||
dependencies: [efl_wl, elementary], |
||||
install: true, |
||||
) |
||||
|
@ -0,0 +1,3 @@ |
||||
install_data('eina-bench-cmp', install_dir : dir_bin) |
||||
o = join_paths(dir_bin, 'eina-bench-cmp') |
||||
meson.add_install_script(chmod, 'a+r+x', o) |
@ -1,2 +1,3 @@ |
||||
subdir('eo') |
||||
subdir('elua') |
||||
subdir('eina') |
||||
|
Loading…
Reference in new issue