fix: x11 linking and incorrect variable name
This commit is contained in:
parent
4bbcfb2f10
commit
0d4b3e3d2b
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
CC = gcc
|
||||
AR = ar
|
||||
|
||||
DEPS = json-c
|
||||
DEPS = json-c x11
|
||||
|
||||
CFLAGS = -Iinclude -Wall -O2 $(shell pkg-config --cflags $(DEPS))
|
||||
LDFLAGS = $(shell pkg-config --libs $(DEPS))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue