Changeset 26653c9 in mainline for uspace/lib/draw/meson.build
- Timestamp:
- 2020-10-22T09:50:18Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dcfd422
- Parents:
- 70814b8e
- git-author:
- Jiri Svoboda <jiri@…> (2020-10-22 17:50:34)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-10-22 09:50:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/meson.build
r70814b8e r26653c9 27 27 # 28 28 29 deps = [ 'softrend' , 'compress' ]29 deps = [ 'softrend' , 'compress', 'fbfont' ] 30 30 src = files( 31 31 'codec/tga.c', … … 36 36 'font/bitmap_backend.c', 37 37 'font/pcf.c', 38 'gfx/font-8x16.c',39 38 'gfx/cursor-11x18.c', 40 39 'drawctx.c',
Note:
See TracChangeset
for help on using the changeset viewer.