We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bded0 commit 070975cCopy full SHA for 070975c
.github/workflows/package-deb.yml
@@ -62,6 +62,7 @@ jobs:
62
echo 'tzdata tzdata/Areas select Europe' | debconf-set-selections
63
echo 'tzdata tzdata/Zones/Europe select Paris' | debconf-set-selections
64
DEBIAN_FRONTEND="noninteractive" apt install -y make gcc g++ lftp pkg-config qtbase5-private-dev qtbase5-dev libqt5svg5-dev libglibmm-2.4-dev libglib2.0-dev libpipewire-0.3-dev
65
+ pkg-config --cflags-only-I libspa-2.0 --debug
66
67
- name: Initialize project (PipeWire flavor)
68
run: qmake JDSP4Linux.pro "CONFIG += CI"
0 commit comments