Remove json-glib in the remaining places

Signed-off-by: Alexander Larsson <alexl@redhat.com>
This commit is contained in:
Alexander Larsson 2017-06-02 16:18:27 +02:00 committed by Antonio Murdaca
parent e7bb37c001
commit 85aea09215
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,6 @@ RUN apt-get update && apt-get install -y \
protobuf-compiler \
python-minimal \
libglib2.0-dev \
libjson-glib-dev \
libapparmor-dev \
btrfs-tools \
libdevmapper1.02.1 \

View file

@ -1,7 +1,7 @@
src = $(wildcard *.c)
obj = $(src:.c=.o)
override LIBS += $(shell pkg-config --libs glib-2.0 json-glib-1.0)
override LIBS += $(shell pkg-config --libs glib-2.0)
override CFLAGS += -std=c99 -Os -Wall -Wextra $(shell pkg-config --cflags glib-2.0)
conmon: $(obj)