source: mainline/uspace/lib/draw/meson.build@ 5f176da

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 5f176da was 5fd05862, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago

Convert uspace to meson

  • Property mode set to 100644
File size: 304 bytes
Line 
1deps = [ 'softrend' , 'compress' ]
2src = files(
3 'codec/tga.c',
4 'codec/tga.gz.c',
5 'codec/webp.c',
6 'cursor/embedded.c',
7 'font/embedded.c',
8 'font/bitmap_backend.c',
9 'font/pcf.c',
10 'gfx/font-8x16.c',
11 'gfx/cursor-11x18.c',
12 'drawctx.c',
13 'cursor.c',
14 'font.c',
15 'path.c',
16 'source.c',
17 'surface.c',
18)
Note: See TracBrowser for help on using the repository browser.