Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cairo] Use meson 1.3 to fix build #12088

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

Teemperor
Copy link
Contributor

The build currently fails with the following error:

+ meson setup --prefix=/work/prefix --libdir=lib --default-library=static _builddir
The Meson build system
Version: 1.2.0
Source dir: /src/cairo
Build dir: /src/cairo/_builddir
Build type: native build

meson.build:2:17: ERROR: Meson version is 1.2.0 but project requires >= 1.3.0

A full log can be found at /src/cairo/_builddir/meson-logs/meson-log.txt

The build currently fails with the following error:

```
+ meson setup --prefix=/work/prefix --libdir=lib --default-library=static _builddir
The Meson build system
Version: 1.2.0
Source dir: /src/cairo
Build dir: /src/cairo/_builddir
Build type: native build

meson.build:2:17: ERROR: Meson version is 1.2.0 but project requires >= 1.3.0

A full log can be found at /src/cairo/_builddir/meson-logs/meson-log.txt
```
Copy link

Teemperor is a new contributor to projects/cairo. The PR must be approved by known contributors before it can be merged. The past contributors are: tysmith, DonggeLiu, salmonx, Google-Autofuzz, inferno-chromium, ecalp-tps

Copy link
Contributor

@jonathanmetzman jonathanmetzman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jonathanmetzman jonathanmetzman enabled auto-merge (squash) June 18, 2024 12:37
@jonathanmetzman jonathanmetzman merged commit 85bf839 into google:master Jun 18, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants