Skip to content

Commit

Permalink
apk add expat-static
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Nov 6, 2023
1 parent fdb2ae6 commit 55c29e3
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions compile/src/openbox/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,19 +214,20 @@ make DESTDIR=$(xx-info sysroot) -C /tmp/libxrandr install
function fontconfig(){
# log "Installing required Alpine packages..."
# repeatd<< @builder;
xx-apk --no-cache add \
curl \
build-base \
clang \
pkgconfig \
gperf \
python3 \
font-croscore \
\
glib-dev \
g++ \
freetype-dev \
expat-dev expat-static
# xx-apk --no-cache add \
# curl \
# build-base \
# clang \
# pkgconfig \
# gperf \
# python3 \
# font-croscore \
# \
# glib-dev \
# g++ \
# freetype-dev \
# expat-dev expat-static
apk add expat-static


#
Expand Down

0 comments on commit 55c29e3

Please sign in to comment.