conmon: Drop json-glib dependency
json-glib is a fine library for parsing json. However, all we need to do is generate some trivial json output, so it is not needed. Signed-off-by: Alexander Larsson <alexl@redhat.com>
This commit is contained in:
parent
f3408cbb5c
commit
1a168cb196
2 changed files with 35 additions and 24 deletions
|
@ -2,7 +2,7 @@ src = $(wildcard *.c)
|
|||
obj = $(src:.c=.o)
|
||||
|
||||
override LIBS += $(shell pkg-config --libs glib-2.0 json-glib-1.0)
|
||||
override CFLAGS += -std=c99 -Wall -Wextra $(shell pkg-config --cflags glib-2.0 json-glib-1.0)
|
||||
override CFLAGS += -std=c99 -Wall -Wextra $(shell pkg-config --cflags glib-2.0)
|
||||
|
||||
conmon: $(obj)
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue