diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-02-20 16:38:00 +0100 |
---|---|---|
committer | Bryce Harrington <b.harrington@samsung.com> | 2015-03-05 17:31:33 -0800 |
commit | 0a3b59b5cb1c13c6c3ed4c25fafe5f9cc4e8e43b (patch) | |
tree | d991cfc17dbe3f2ad17b3bf5988231b50ea691c6 /Makefile | |
parent | 147fbe4fd1c151a01722eac90e09371f1e2608d9 (diff) |
Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ benchmarks: $(QUICK_LZMA:.lzma=.trace) lzma -cd $< | ./csi-bind > $@ csi-bind: csi-bind.c - $(CC) $(CFLAGS) $(shell pkg-config cairo --cflags) $^ $(shell pkg-config cairo --libs) -lcairo-script-interpreter -o $@ + $(CC) $(CFLAGS) $(shell pkg-config cairo pixman-1 --cflags) $^ $(shell pkg-config cairo pixman-1 --libs) -lcairo-script-interpreter -o $@ csi-trace: csi-trace.c - $(CC) $(CFLAGS) $(shell pkg-config cairo --cflags) $^ $(shell pkg-config cairo --libs) -lcairo-script-interpreter -o $@ + $(CC) $(CFLAGS) $(shell pkg-config cairo pixman-1 --cflags) $^ $(shell pkg-config cairo pixman-1 --libs) -lm -lcairo-script-interpreter -o $@ ########################################################## # Some targets to make and upload a snapshot of the traces |