mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] altered makefile to link fontconfig
This commit is contained in:
parent
421b091448
commit
786b9ec723
@ -6,7 +6,7 @@ CFLAGS += -ffast-math
|
|||||||
CFLAGS += -fdata-sections -ffunction-sections
|
CFLAGS += -fdata-sections -ffunction-sections
|
||||||
LDFLAGS += -Wl,--gc-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))
|
CFLAGS += $(shell pkg-config --cflags $(LIBS))
|
||||||
LDFLAGS += $(shell pkg-config --libs $(LIBS))
|
LDFLAGS += $(shell pkg-config --libs $(LIBS))
|
||||||
BUILD ?= .build
|
BUILD ?= .build
|
||||||
|
Loading…
Reference in New Issue
Block a user