diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-12-30 14:26:55 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-01-02 09:17:00 +0100 |
| commit | 4b0f0873f91f7f37106fa39c6b8b5fa74f6a3dcc (patch) | |
| tree | ba572d2162b9dc0133ab1877d6bb95b6e012437c /Makefile | |
| parent | 4623dc6c963b79d2cc6cfa4530b90f039ef3b6cb (diff) | |
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 <rydberg@euromail.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ TARG = $(addprefix bin/,$(TARGETS)) | |||
| 5 | TOBJ = $(addprefix obj/,$(addsuffix .o,$(SOURCES))) | 5 | TOBJ = $(addprefix obj/,$(addsuffix .o,$(SOURCES))) |
| 6 | 6 | ||
| 7 | INCLUDE = | 7 | INCLUDE = |
| 8 | LIBS = -lX11 -lutouch-grail -lmtdev | 8 | LIBS = -lX11 -lutouch-frame -lutouch-evemu -lmtdev -lm |
| 9 | 9 | ||
| 10 | COMP = gcc -O3 $(INCLUDE) -c $< -o $@ | 10 | COMP = gcc -O3 $(INCLUDE) -c $< -o $@ |
| 11 | LINK = gcc $< $(LIBS) -o $@ | 11 | LINK = gcc $< $(LIBS) -o $@ |
