Changeset 3e828ea in mainline for uspace/lib/draw/meson.build
- Timestamp:
- 2019-09-23T12:49:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9be2358
- Parents:
- 9259d20 (diff), 1a4ec93f (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. - git-author:
- Jiri Svoboda <jiri@…> (2019-09-22 12:49:07)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-09-23 12:49:29)
- File:
-
- 1 moved
-
uspace/lib/draw/meson.build (moved) (moved from uspace/drv/fb/amdm37x_dispc/Makefile ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/meson.build
r9259d20 r3e828ea 1 1 # 2 # Copyright (c) 2005 Martin Decky3 # Copyright (c) 2007 Jakub Jermar4 2 # Copyright (c) 2011 Petr Koupy 5 3 # All rights reserved. … … 29 27 # 30 28 31 USPACE_PREFIX = ../../.. 32 33 LIBS = drv graph softrend 34 35 BINARY = amdm37x_dispc 36 37 SOURCES = \ 38 amdm37x_dispc.c \ 39 main.c 40 41 include $(USPACE_PREFIX)/Makefile.common 29 deps = [ 'softrend' , 'compress' ] 30 src = files( 31 'codec/tga.c', 32 'codec/tga.gz.c', 33 'codec/webp.c', 34 'cursor/embedded.c', 35 'font/embedded.c', 36 'font/bitmap_backend.c', 37 'font/pcf.c', 38 'gfx/font-8x16.c', 39 'gfx/cursor-11x18.c', 40 'drawctx.c', 41 'cursor.c', 42 'font.c', 43 'path.c', 44 'source.c', 45 'surface.c', 46 )
Note:
See TracChangeset
for help on using the changeset viewer.
