Changeset d8503fd in mainline for uspace/srv/hid/display/meson.build


Ignore:
Timestamp:
2023-01-09T21:14:04Z (16 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46b02cb
Parents:
e04b72d6
Message:

Display configuration utility and server support

Currently we can only create, list and delete seats using the
'disp' utility (but no way to assign devices).

File:
1 edited

Legend:

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

    re04b72d6 rd8503fd  
    11#
    2 # Copyright (c) 2022 Jiri Svoboda
     2# Copyright (c) 2023 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'ipcgfx', 'memgfx', 'display', 'ddev', 'wndmgt' ]
     29deps = [ 'ipcgfx', 'memgfx', 'display', 'ddev', 'dispcfg', 'wndmgt' ]
    3030
    3131src = files(
     32        'cfgclient.c',
     33        'cfgops.c',
    3234        'client.c',
    3335        'clonegc.c',
     
    4749
    4850test_src = files(
     51        'cfgclient.c',
    4952        'client.c',
    5053        'clonegc.c',
     
    5659        'window.c',
    5760        'wmclient.c',
     61        'test/cfgclient.c',
    5862        'test/client.c',
    5963        'test/clonegc.c',
Note: See TracChangeset for help on using the changeset viewer.