diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-04-14 10:30:02 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-04-26 16:16:02 +0200 |
commit | 5ad501b328d35f128a98aed835b6ecdaf24dd198 (patch) | |
tree | d3817632951d7c69121817e9a44518a9d42960c2 /meson.build | |
parent | 4a3d4e03dbd1c3422fce259abec805f7e4d2bdb6 (diff) |
script/agl-activator: No need for the scriptmarlin_13.0.1marlin/13.0.113.0.1marlin
Script is no longer needed. Running it as the regular user (agl-driver)
will no longer need this script.
Bug-AGL: SPEC-4324
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: If7bcb035039b1e45d842b5fa75144ee82edf91f1
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, -) - |