Skip to content

Commit

Permalink
meson: Bump minimum Meson version to 0.52 for visibility:hidden
Browse files Browse the repository at this point in the history
Have CI use the minimum supported version.
  • Loading branch information
bgilbert committed Feb 14, 2025
1 parent be20e63 commit 6ea0fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get -y install build-essential python3-pip ninja-build
pip install meson==0.64.0
pip install meson==0.52.0
- name: Build Ubuntu
run: |
Expand All @@ -77,7 +77,7 @@ jobs:

- name: Install packages
run: |
pip install meson==0.64.0
pip install meson==0.52.0
- uses: ilammy/msvc-dev-cmd@v1
- name: Build Windows
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'Little-CMS',
'c',
version: '2.17',
meson_version: '>=0.49.0',
meson_version: '>=0.52.0',
# default_options: ['c_std=c99']
)

Expand Down

0 comments on commit 6ea0fc7

Please sign in to comment.