Changeset 7d78e466 in mainline for uspace/app/taskbar/meson.build
- Timestamp:
- 2023-10-07T15:50:59Z (19 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9bec33a
- Parents:
- 4d58bac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/meson.build
r4d58bac r7d78e466 27 27 # 28 28 29 deps = [ ' ui', 'wndmgt' ]29 deps = [ 'startmenu', 'ui', 'wndmgt' ] 30 30 src = files( 31 31 'clock.c', … … 47 47 'test/wndlist.c', 48 48 ) 49 50 if install_nonessential_data 51 installed_data += { 'name': 'startmenu.sif', 'dir': '/cfg' } 52 endif
Note:
See TracChangeset
for help on using the changeset viewer.