From 5ad501b328d35f128a98aed835b6ecdaf24dd198 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 14 Apr 2022 10:30:02 +0300 Subject: script/agl-activator: No need for the script 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 Change-Id: If7bcb035039b1e45d842b5fa75144ee82edf91f1 --- meson.build | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'meson.build') 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, -) - -- cgit 1.2.3-korg