From 786b9ec723c44e9a5dd88b3beaa42e3855df582d Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 10 Dec 2017 17:26:52 +1100 Subject: [PATCH] [client] altered makefile to link fontconfig --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index 70f88699..7871ba65 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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