From 4b0f0873f91f7f37106fa39c6b8b5fa74f6a3dcc Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 30 Dec 2010 14:26:55 +0100 Subject: Use utouch-frame instead of grail With the introduction of utouch-frame, the dependence of this package may be simplified. This patch removes the dependency on grail, and instead uses evemu and frame, which are targeting touch usage only. Signed-off-by: Henrik Rydberg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d000ae..b70fe48 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ TARG = $(addprefix bin/,$(TARGETS)) TOBJ = $(addprefix obj/,$(addsuffix .o,$(SOURCES))) INCLUDE = -LIBS = -lX11 -lutouch-grail -lmtdev +LIBS = -lX11 -lutouch-frame -lutouch-evemu -lmtdev -lm COMP = gcc -O3 $(INCLUDE) -c $< -o $@ LINK = gcc $< $(LIBS) -o $@ -- cgit v1.2.3