i3-msg: parse command replies and display errors nicely if there were errors

fixes #737
This commit is contained in:
Michael Stapelberg
2013-01-26 17:56:43 +01:00
parent 62b0df0640
commit c300d216ec
2 changed files with 103 additions and 1 deletions

View File

@ -5,7 +5,7 @@ CLEAN_TARGETS += clean-i3-msg
i3_msg_SOURCES := $(wildcard i3-msg/*.c)
i3_msg_HEADERS := $(wildcard i3-msg/*.h)
i3_msg_CFLAGS = $(XCB_CFLAGS) $(PANGO_CFLAGS)
i3_msg_LIBS = $(XCB_LIBS)
i3_msg_LIBS = $(XCB_LIBS) $(YAJL_LIBS)
i3_msg_OBJECTS := $(i3_msg_SOURCES:.c=.o)