mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 20:08:16 +00:00
Install meson from pip for LGTM
This commit is contained in:
parent
aeb59af206
commit
46b8fc472f
@ -9,9 +9,14 @@ extraction:
|
|||||||
- libarchive-tools
|
- libarchive-tools
|
||||||
- libcogl-pango-dev
|
- libcogl-pango-dev
|
||||||
- python3-pil
|
- python3-pil
|
||||||
|
- python3-pip
|
||||||
|
- python3-setuptools
|
||||||
|
- python3-wheel
|
||||||
- python3-cairo
|
- python3-cairo
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
after_prepare:
|
after_prepare:
|
||||||
|
- python3 -m pip install --user "meson >= 0.52.0"
|
||||||
|
- export PATH="$HOME/.local/bin:$PATH"
|
||||||
- "wget -O libxmlb.zip https://github.com/hughsie/libxmlb/archive/0.1.13.zip"
|
- "wget -O libxmlb.zip https://github.com/hughsie/libxmlb/archive/0.1.13.zip"
|
||||||
- "mkdir -p subprojects/libxmlb"
|
- "mkdir -p subprojects/libxmlb"
|
||||||
- "bsdtar --strip-components=1 -xvf libxmlb.zip -C subprojects/libxmlb"
|
- "bsdtar --strip-components=1 -xvf libxmlb.zip -C subprojects/libxmlb"
|
||||||
|
Loading…
Reference in New Issue
Block a user