Move Python scripts to script/

We'll use the tool/ directory for the libdisplay-info CLI tool.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2022-11-21 15:32:31 +01:00
parent a001cab480
commit fc9a605611
3 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ else
pnp_ids = files('/usr/share/hwdata/pnp.ids')
endif
gen_search_table = find_program('tool/gen-search-table.py')
gen_search_table = find_program('script/gen-search-table.py')
pnp_id_table = custom_target(
'pnp-id-table.c',
command: [ gen_search_table, pnp_ids, '@OUTPUT@', 'pnp_id_table' ],