Skip to content

Commit c18af01

Browse files
authored
Build Xft after xcb
1 parent 900b6d2 commit c18af01

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -227,20 +227,20 @@ make install
227227
cd ..
228228
fi
229229

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
234234
./configure --prefix=${PREFIX} --disable-shared
235235
make -j$(nproc --all)
236236
make install
237237
cd ..
238238
fi
239239

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
244244
./configure --prefix=${PREFIX} --disable-shared
245245
make -j$(nproc --all)
246246
make install

0 commit comments

Comments
 (0)