Changeset f7a90df in mainline for uspace/lib/ui/meson.build
- Timestamp:
- 2020-10-25T19:20:57Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d284ce9
- Parents:
- 5a43bd0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/meson.build
r5a43bd0 rf7a90df 27 27 # 28 28 29 deps = [ 'gfx', 'gfxfont' ]29 deps = [ 'gfx', 'gfxfont', 'display' ] 30 30 src = files( 31 'src/dummygc.c', 31 32 'src/label.c', 32 33 'src/paint.c', 33 34 'src/pbutton.c', 34 35 'src/resource.c', 35 'src/wdecor.c' 36 'src/ui.c', 37 'src/wdecor.c', 38 'src/window.c', 36 39 ) 37 40 … … 42 45 'test/pbutton.c', 43 46 'test/resource.c', 47 'test/ui.c', 44 48 'test/wdecor.c', 49 'test/window.c', 45 50 )
Note:
See TracChangeset
for help on using the changeset viewer.