Changeset cad7b7e in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2023-11-30T18:18:53Z (19 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
a635535
Parents:
8f04992
Message:

Move clipboard API from libc to a separate library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/meson.build

    r8f04992 rcad7b7e  
    2727#
    2828
    29 deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx' ]
     29deps = [ 'gfx', 'gfxfont', 'memgfx', 'display', 'congfx', 'clipboard' ]
    3030src = files(
    3131        'src/accel.c',
Note: See TracChangeset for help on using the changeset viewer.