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


Ignore:
Timestamp:
2020-12-14T19:09:05Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1582b50
Parents:
0350033
Message:

Display device backend for output server

This provides console on a grahpical device, similar to the old kfb
backend. It talks to the userspace kfb driver, instead of mapping
the kfb directly. You can get graphical console by configuring
CONFIG_FB=y and CONFIG_WINSYS=n

File:
1 edited

Legend:

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

    r0350033 r1382446  
    2828#
    2929
    30 deps = [ 'drv' ]
     30deps = [ 'drv', 'fbfont', 'pixconv', 'ddev' ]
    3131src = files(
    3232        'ctl/serial.c',
    3333        'port/ega.c',
    3434        'port/chardev.c',
     35        'port/ddev.c',
    3536        'proto/vt100.c',
    3637        'output.c',
Note: See TracChangeset for help on using the changeset viewer.