Changes in uspace/app/taskbar/meson.build [b279899:1766326] in mainline
- File:
-
- 1 edited
-
uspace/app/taskbar/meson.build (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/meson.build
rb279899 r1766326 1 1 # 2 # Copyright (c) 202 3Jiri Svoboda2 # Copyright (c) 2022 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 deps = [ ' tbarcfg', 'ui', 'wndmgt' ]29 deps = [ 'ui', 'wndmgt' ] 30 30 src = files( 31 31 'clock.c', 32 32 'main.c', 33 33 'taskbar.c', 34 'tbsmenu.c',35 34 'wndlist.c', 36 35 ) … … 39 38 'clock.c', 40 39 'taskbar.c', 41 'tbsmenu.c',42 40 'wndlist.c', 43 41 'test/clock.c', 44 42 'test/main.c', 45 43 'test/taskbar.c', 46 'test/tbsmenu.c',47 44 'test/wndlist.c', 48 45 ) 49 50 if install_nonessential_data51 installed_data += { 'name': 'taskbar.sif', 'dir': '/cfg' }52 endif
Note:
See TracChangeset
for help on using the changeset viewer.
