Skip to content

Commit

Permalink
Add xcb-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell175 authored Feb 24, 2024
1 parent c18af01 commit 7ac9dc5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,16 @@ make install
cd ..
fi

if [ ! -d xcb-proto-1.16.0 ]; then
curl -L https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.16.0.tar.gz -o xcb-proto.tar.gz
tar -xf xcb-proto.tar.gz
cd xcb-proto-1.16.0
./configure --prefix=${PREFIX} --disable-shared
make -j$(nproc --all)
make install
cd ..
fi

if [ ! -d libxcb-1.16 ]; then
curl -L https://xorg.freedesktop.org/releases/individual/lib/libxcb-1.16.tar.gz -o libxcb.tar.gz
tar -xf libxcb.tar.gz
Expand Down

0 comments on commit 7ac9dc5

Please sign in to comment.