[client] altered makefile to link fontconfig

This commit is contained in:
Geoffrey McRae 2017-12-10 17:26:52 +11:00
parent 421b091448
commit 786b9ec723

View File

@ -6,7 +6,7 @@ CFLAGS += -ffast-math
CFLAGS += -fdata-sections -ffunction-sections
LDFLAGS += -Wl,--gc-sections
LIBS = sdl2 SDL2_ttf gl glu libssl openssl spice-protocol
LIBS = sdl2 SDL2_ttf gl glu libssl openssl spice-protocol fontconfig
CFLAGS += $(shell pkg-config --cflags $(LIBS))
LDFLAGS += $(shell pkg-config --libs $(LIBS))
BUILD ?= .build