Changeset 7e38970d in mainline for uspace/app/launcher/meson.build


Ignore:
Timestamp:
2020-12-07T00:08:37Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25f26600
Parents:
7a873f0 (diff), 8596474 (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.
Message:

Merge branch 'jxsvoboda-gfx' into master

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/launcher/meson.build

    r7a873f0 r7e38970d  
    2727#
    2828
    29 deps = [ 'gui' ]
     29deps = [ 'gfximage', 'ui' ]
    3030
    3131_images = files('gfx/helenos.tga')
    3232
    33 _images_zip = custom_target('vlaunch_images.zip',
     33_images_zip = custom_target('launcher_images.zip',
    3434        input : _images,
    3535        output : [ 'images.zip' ],
    3636        command : [ mkarray, '@OUTDIR@', 'images', 'image', uspace_as_prolog, '.data', '@INPUT@' ],
    3737)
    38 _imgs_s = custom_target('vlaunch_images.s',
     38_imgs_s = custom_target('launcher_images.s',
    3939        input : _images_zip,
    4040        output : [ 'images.s' ],
     
    4242        capture : true,
    4343)
    44 _imgs_h = custom_target('vlaunch_images.h',
     44_imgs_h = custom_target('launcher_images.h',
    4545        input : _images_zip,
    4646        output : [ 'images.h' ],
     
    4848        capture : true,
    4949)
    50 _imgs_desc_c = custom_target('vlaunch_images_desc.c',
     50_imgs_desc_c = custom_target('launcher_images_desc.c',
    5151        input : _images_zip,
    5252        output : [ 'images_desc.c' ],
     
    5555)
    5656
    57 src = [ files('vlaunch.c'), _imgs_s, _imgs_h, _imgs_desc_c ]
     57src = [ files('launcher.c'), _imgs_s, _imgs_h, _imgs_desc_c ]
Note: See TracChangeset for help on using the changeset viewer.