Adding alpha

Also delete config.h because it should only be modified when all patches
are applied.
This commit is contained in:
Debucquoy
2023-04-03 14:42:12 +02:00
parent 8e3a174ce2
commit 840e3a234c
5 changed files with 36 additions and 486 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`