From 38d458ac7d2d883b39e4293f57118414510edba3 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 11 Dec 2017 04:13:14 +1100 Subject: [PATCH] [client] added dependency on X11 --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index 7871ba65..32161074 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 fontconfig +LIBS = sdl2 SDL2_ttf gl glu libssl openssl spice-protocol fontconfig x11 CFLAGS += $(shell pkg-config --cflags $(LIBS)) LDFLAGS += $(shell pkg-config --libs $(LIBS)) BUILD ?= .build