1
0
mirror of https://github.com/tiyn/st synced 2025-11-18 11:59:45 +01:00

added alpha patch

This commit is contained in:
2023-10-22 05:38:52 +02:00
parent ff9b014af8
commit f9a98e5a46
5 changed files with 181 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ PKG_CONFIG = pkg-config
INCS = -I$(X11INC) \
`$(PKG_CONFIG) --cflags fontconfig` \
`$(PKG_CONFIG) --cflags freetype2`
LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\
`$(PKG_CONFIG) --libs fontconfig` \
`$(PKG_CONFIG) --libs freetype2`