Skip to content

Commit 7ac9dc5

Browse files
authored
Add xcb-proto
1 parent c18af01 commit 7ac9dc5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.sh

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

230+
if [ ! -d xcb-proto-1.16.0 ]; then
231+
curl -L https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.16.0.tar.gz -o xcb-proto.tar.gz
232+
tar -xf xcb-proto.tar.gz
233+
cd xcb-proto-1.16.0
234+
./configure --prefix=${PREFIX} --disable-shared
235+
make -j$(nproc --all)
236+
make install
237+
cd ..
238+
fi
239+
230240
if [ ! -d libxcb-1.16 ]; then
231241
curl -L https://xorg.freedesktop.org/releases/individual/lib/libxcb-1.16.tar.gz -o libxcb.tar.gz
232242
tar -xf libxcb.tar.gz

0 commit comments

Comments
 (0)