Changeset a635535 in mainline for uspace/srv/hid/output/meson.build


Ignore:
Timestamp:
2023-11-30T20:29:05Z (19 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
1be9ee0
Parents:
cad7b7e
Message:

Move console/con_srv out of libc into a separate library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/meson.build

    rcad7b7e ra635535  
    2828#
    2929
    30 deps = [ 'codepage', 'drv', 'fbfont', 'pixconv', 'ddev' ]
     30deps = [ 'codepage', 'console', 'drv', 'fbfont', 'pixconv', 'ddev' ]
    3131src = files(
    3232        'ctl/serial.c',
Note: See TracChangeset for help on using the changeset viewer.