mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-12-25 21:59:08 +01:00
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:
parent
a001cab480
commit
fc9a605611
3 changed files with 1 additions and 1 deletions
|
@ -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' ],
|
||||
|
|
Loading…
Reference in a new issue