Changeset 0d3bc7b1 in mainline
- Timestamp:
- 2020-11-14T21:44:37Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d527cff
- Parents:
- 4b06a70
- Location:
- uspace
- Files:
-
- 4 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/fb/amdm37x_dispc/meson.build
r4b06a70 r0d3bc7b1 29 29 # 30 30 31 deps = [ 'gfx', 'ipcgfx', 'ddev', ' softrend' ]31 deps = [ 'gfx', 'ipcgfx', 'ddev', 'pixconv' ] 32 32 src = files('amdm37x_dispc.c', 'main.c') -
uspace/drv/fb/kfb/meson.build
r4b06a70 r0d3bc7b1 29 29 # 30 30 31 deps = [ 'gfx', 'ipcgfx', 'ddev', ' softrend' ]31 deps = [ 'gfx', 'ipcgfx', 'ddev', 'pixconv' ] 32 32 src = files('port.c', 'kfb.c') -
uspace/lib/gfximage/meson.build
r4b06a70 r0d3bc7b1 27 27 # 28 28 29 deps = [ 'gfx', ' softrend' , 'compress' ]29 deps = [ 'gfx', 'pixconv' , 'compress' ] 30 30 src = files( 31 31 'src/tga.c', -
uspace/lib/meson.build
r4b06a70 r0d3bc7b1 34 34 'math', 35 35 'display', 36 ' softrend',36 'pixconv', 37 37 'posix', 38 38 'clui', … … 68 68 'pcm', 69 69 'pcut', 70 'pixconv', 70 71 'posix', 71 72 'riff', 72 73 'scsi', 73 74 'sif', 74 'softrend',75 75 'trackmod', 76 76 'untar',
Note:
See TracChangeset
for help on using the changeset viewer.