Changeset 3e828ea in mainline for uspace/lib/draw/meson.build


Ignore:
Timestamp:
2019-09-23T12:49:29Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Merge changes from master, especially Meson build

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/draw/meson.build

    r9259d20 r3e828ea  
    11#
    2 # Copyright (c) 2005 Martin Decky
    3 # Copyright (c) 2007 Jakub Jermar
    42# Copyright (c) 2011 Petr Koupy
    53# All rights reserved.
     
    2927#
    3028
    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
     29deps = [ 'softrend' , 'compress' ]
     30src = 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.