Changeset c63c2bb in mainline


Ignore:
Timestamp:
2023-10-22T13:57:54Z (7 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4a42661
Parents:
aaafcc8
git-author:
Vojtech Horky <vojtech.horky@…> (2023-08-04 09:22:05)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 13:57:54)
Message:

Meson: fix deprecations, bump to 0.55

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • meson.build

    raaafcc8 rc63c2bb  
    3636    [ 'c', 'cpp' ],
    3737    default_options : ['buildtype=plain', 'c_std=gnu11', 'cpp_std=c++17', 'warning_level=2', 'werror=false', 'b_staticpic=false', 'prefix=/' ],
    38     meson_version: '>=0.50.1',
     38    meson_version: '>=0.55.0',
    3939)
    4040
  • meson/part/extra_targets/meson.build

    raaafcc8 rc63c2bb  
    3434                '--',
    3535                meson.build_root(),
    36                 config_py.path(),
     36                config_py.full_path(),
    3737                meson.source_root() / 'HelenOS.config',
    3838                meson.source_root() / 'defaults',
     
    5151                        '--',
    5252                        meson.build_root(),
    53                         config_py.path(),
     53                        config_py.full_path(),
    5454                        meson.source_root() / 'HelenOS.config',
    5555                        meson.source_root() / 'defaults',
     
    7777                '--',
    7878                meson.source_root() / 'doxygen',
    79                 doxygen.path(),
     79                doxygen.full_path(),
    8080                _dox_cfg,
    8181        ])
Note: See TracChangeset for help on using the changeset viewer.