File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -227,20 +227,20 @@ make install
227
227
cd ..
228
228
fi
229
229
230
- if [ ! -d libXft-2.3.8 ]; then
231
- curl -L https://xorg.freedesktop.org/releases/individual/lib/libXft-2.3.8. tar.gz -o libXft .tar.gz
232
- tar -xf libXft .tar.gz
233
- cd libXft-2.3.8
230
+ if [ ! -d libxcb-1.16 ]; then
231
+ curl -L https://xorg.freedesktop.org/releases/individual/lib/libxcb-1.16. tar.gz -o libxcb .tar.gz
232
+ tar -xf libxcb .tar.gz
233
+ cd libxcb-1.16
234
234
./configure --prefix=${PREFIX} --disable-shared
235
235
make -j$( nproc --all)
236
236
make install
237
237
cd ..
238
238
fi
239
239
240
- if [ ! -d libxcb-1.16 ]; then
241
- curl -L https://xorg.freedesktop.org/releases/individual/lib/libxcb-1.16. tar.gz -o libxcb .tar.gz
242
- tar -xf libxcb .tar.gz
243
- cd libxcb-1.16
240
+ if [ ! -d libXft-2.3.8 ]; then
241
+ curl -L https://xorg.freedesktop.org/releases/individual/lib/libXft-2.3.8. tar.gz -o libXft .tar.gz
242
+ tar -xf libXft .tar.gz
243
+ cd libXft-2.3.8
244
244
./configure --prefix=${PREFIX} --disable-shared
245
245
make -j$( nproc --all)
246
246
make install
You can’t perform that action at this time.
0 commit comments