Changes in uspace/app/sysinst/meson.build [a188131:c21d4d6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinst/meson.build
ra188131 rc21d4d6 1 1 # 2 # Copyright (c) 20 25Jiri Svoboda2 # Copyright (c) 2014 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 deps = [ 'block', 'fdisk', ' futil', 'sif', 'system', 'ui' ]29 deps = [ 'block', 'fdisk', 'sif' ] 30 30 src = files( 31 'futil.c', 31 32 'rdimg.c', 32 33 'sysinst.c',
Note:
See TracChangeset
for help on using the changeset viewer.