test/meson.build

Thu, 15 Jul 2021 01:02:07 -0500

author
ivanhoe <ivanhoe@fiscari.de>
date
Thu, 15 Jul 2021 01:02:07 -0500
branch
release-2.x.y
changeset 1429
bd85338d3a9d
parent 1066
d132912d7cde
child 1251
5a897fca6db6
permissions
-rw-r--r--

Fix invalid reads/writes when hiding widget in Finch

Fix invalid reads/writes when hiding widget in Finch

Testing Done:
ran "steps to reproduce" from LIBGNT-13 without getting invalid reads/writes anymore.

Bugs closed: LIBGNT-13

Reviewed at https://reviews.imfreedom.org/r/810/

foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
    executable(prog,
        prog + '.c',
        c_args : '-DSTANDALONE',
        dependencies : [libgnt_dep, gobject, gmodule],
        build_by_default : false)
endforeach

shared_library('wm',
    'wm.c',
    name_prefix : '',
    dependencies : [libgnt_dep, gobject, gmodule],
    build_by_default : false)

mercurial