mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
add glib dependency to github workflows
This commit is contained in:
parent
ca1cd7a26a
commit
a775f50572
2 changed files with 5 additions and 12 deletions
2
.github/workflows/abicheck.yml
vendored
2
.github/workflows/abicheck.yml
vendored
|
|
@ -3,7 +3,7 @@ name: abicheck
|
|||
env:
|
||||
build_options: -Dbuildtype=debug -Denable-true-color=yes -Dwith-proxy=yes -Dc_args=-DPERL_EUPXS_ALWAYS_EXPORT
|
||||
prefix: /usr/local
|
||||
apt_build_deps: ninja-build libutf8proc-dev libperl-dev libotr5-dev
|
||||
apt_build_deps: ninja-build libutf8proc-dev libperl-dev libotr5-dev libglib2.0-dev
|
||||
get_pip_build_deps: pip3 install 'setuptools<66'; pip3 install wheel; pip3 install 'meson<0.59.0'
|
||||
getabidef_def: getabidef() { awk '$1=="#define" && $2=="IRSSI_ABI_VERSION" { print $3 }' "$1"/include/irssi/src/common.h; }
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue