Skip to content

Commit

Permalink
# pango="-lpangoxft-1.0 -lpangoft2-1.0 -lpango-1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 4, 2023
1 parent 5e56360 commit 760a3b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compile/src/suckless/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ function libxrandr(){
echo emp
}


# pango="-lpangoxft-1.0 -lpangoft2-1.0 -lpango-1.0"
OB_LIBS="-lX11 -lxcb -lXdmcp -lXau -lXext -lXft -lXrandr -lfontconfig -lfreetype -lpng -lXrender -lexpat -lxml2 -lz -lbz2 -llzma -lbrotlidec -lbrotlicommon -lintl -lfribidi -lharfbuzz $pango -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpcre -lgraphite2 -lffi"
#
# Build st
#
Expand Down Expand Up @@ -112,7 +115,6 @@ xx-verify --static /tmp/st/st
}


OB_LIBS="-lX11 -lxcb -lXdmcp -lXau -lXext -lXft -lXrandr -lfontconfig -lfreetype -lpng -lXrender -lexpat -lxml2 -lz -lbz2 -llzma -lbrotlidec -lbrotlicommon -lintl -lfribidi -lharfbuzz -lpangoxft-1.0 -lpangoft2-1.0 -lpango-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpcre -lgraphite2 -lffi"
DWM_VER=6.2
function dwm(){
# Makefile> config.mk
Expand Down

0 comments on commit 760a3b9

Please sign in to comment.