Changeset ddb844e in mainline for uspace/lib/guigfx/meson.build


Ignore:
Timestamp:
2020-07-03T23:00:34Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e79a025
Parents:
edb57bc6 (diff), 1a1c75e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Resolve merge conflicts

File:
1 moved

Legend:

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

    redb57bc6 rddb844e  
    11#
    2 # Copyright (c) 2012 Petr Koupy
     2# Copyright (c) 2019 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'draw', 'softrend', 'drv', 'compress', 'math' ]
    30 src = files('compositor.c')
     29deps = [ 'gui', 'gfx', 'memgfx' ]
     30src = files(
     31        'src/canvas.c'
     32)
Note: See TracChangeset for help on using the changeset viewer.