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