libgnt/libgnt

Parents 0af73f366d25
Children 2ada3822ba2e
Define G_LOG_DOMAIN during our build so our logs will show where the come from.

Testing Done:
Built and ran a few of the manual tests.

Reviewed at https://reviews.imfreedom.org/r/191/
  • +1 -1
    meson.build
  • --- a/meson.build Sun Nov 01 03:00:40 2020 -0600
    +++ b/meson.build Sun Nov 01 14:24:54 2020 -0600
    @@ -251,7 +251,7 @@
    libgnt_headers,
    gnt_h,
    gntncurses_h,
    - c_args : ['-DGNT_COMPILATION'],
    + c_args : ['-DGNT_COMPILATION', '-DG_LOG_DOMAIN="Gnt"'],
    install : true,
    version : '@0@.@1@.@2@'.format(gnt_soversion,
    gnt_minor_version,