Changeset 7d78e466 in mainline for uspace/app/taskbar/meson.build


Ignore:
Timestamp:
2023-10-07T15:50:59Z (19 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9bec33a
Parents:
4d58bac
Message:

Load start menu from file using libstartmenu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar/meson.build

    r4d58bac r7d78e466  
    2727#
    2828
    29 deps = [ 'ui', 'wndmgt' ]
     29deps = [ 'startmenu', 'ui', 'wndmgt' ]
    3030src = files(
    3131        'clock.c',
     
    4747        'test/wndlist.c',
    4848)
     49
     50if install_nonessential_data
     51        installed_data += { 'name': 'startmenu.sif', 'dir': '/cfg' }
     52endif
Note: See TracChangeset for help on using the changeset viewer.