diff options
Diffstat (limited to 'repo/st/st.xibuild')
-rw-r--r-- | repo/st/st.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/st/st.xibuild b/repo/st/st.xibuild index 3fa49a7..9744af4 100644 --- a/repo/st/st.xibuild +++ b/repo/st/st.xibuild @@ -3,7 +3,7 @@ NAME="st" DESC="Simple terminal emulator for X" -MAKEDEPS="fontconfig freetype libx11 libxext libxft" +MAKEDEPS="fontconfig freetype2 libx11 libxext libxft" PKG_VER=0.8.5 SOURCE="https://dl.suckless.org/st/st-$PKG_VER.tar.gz" @@ -14,7 +14,7 @@ prepare() { } build() { - make + CC="cc" make } package() { |