diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meson.build b/meson.build index 7455aea..0a56242 100644 --- a/meson.build +++ b/meson.build @@ -114,13 +114,3 @@ exe_wth_receiver = executable( install_rpath: binplugin_dir, install: true ) - -cp = find_program('cp') -script_target = custom_target('install_script', - command: [ cp, '@INPUT@', '@OUTPUT@' ], - output : 'agl-activator', - input : 'script/agl-activator', - install : true, - install_dir: binplugin_dir, -) - |