Switch to libev for the event loop to build a base for IPC stuff. Please test!

This commit is contained in:
Michael Stapelberg
2009-06-01 20:59:40 +02:00
parent e689be983b
commit 553db28664
3 changed files with 47 additions and 3 deletions

View File

@ -37,6 +37,7 @@ LDFLAGS += -lxcb-aux
LDFLAGS += -lxcb-icccm
LDFLAGS += -lxcb-xinerama
LDFLAGS += -lX11
LDFLAGS += -lev
LDFLAGS += -L/usr/local/lib -L/usr/pkg/lib
ifeq ($(UNAME),NetBSD)