mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 00:58:36 +00:00
Disable librsvg on ubuntu 20.04.
This commit is contained in:
parent
7436ade19d
commit
b5bc9bf379
4
.github/workflows/build-and-test-linux.yaml
vendored
4
.github/workflows/build-and-test-linux.yaml
vendored
@ -99,9 +99,9 @@ jobs:
|
||||
|
||||
|
||||
# Enable librsvg by default, disable for older versions of Ubuntu
|
||||
# because we need librsvg>=2.46
|
||||
# because we need librsvg>=2.52
|
||||
RSVG_ENABLED=ON
|
||||
[[ "${{ matrix.os }}" == "ubuntu-18.04"* ]] && RSVG_ENABLED=OFF
|
||||
[[ "${{ matrix.os }}" == "ubuntu-20.04"* ]] && RSVG_ENABLED=OFF
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
|
Loading…
x
Reference in New Issue
Block a user