-
Notifications
You must be signed in to change notification settings - Fork 3
FAQ
Takumi Ando edited this page Sep 9, 2022
·
4 revisions
- A. older version of pixman was reported to caused the problem (issue). Please try to upgrade libpixman.
wget https://www.cairographics.org/releases/pixman-0.40.0.tar.gz
tar xvfz pixman-0.40.0.tar.gz
rm pixman-0.40.0.tar.gz
cd pixman-0.40.0
mkdir build &&
cd build &&
meson --prefix=/usr --buildtype=release &&
ninja
ninja install