Changeset dc5c303 in mainline for uspace/app/taskbar/meson.build
- Timestamp:
- 2023-12-28T13:59:23Z (2 years ago)
- Children:
- 6b66de6b
- Parents:
- 42c2e65 (diff), f87ff8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2023-12-28 13:59:23)
- git-committer:
- GitHub <noreply@…> (2023-12-28 13:59:23)
- File:
-
- 1 edited
-
uspace/app/taskbar/meson.build (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/meson.build
r42c2e65 rdc5c303 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.
