mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
[perf] Add libcairoperf.la to DEPENDENCIES
It seems adding the explicit dependencies to encourage it to rebuild components from other parts of the source tree removed the automagic dependency of libcairoperf.la. So add it to the list. Maybe this is not the correct solution, but it works again for now.
This commit is contained in:
parent
55cbf52547
commit
9e3019ef98
1 changed files with 4 additions and 2 deletions
|
|
@ -68,7 +68,8 @@ endif
|
|||
cairo_perf_LDADD = $(LDADD)
|
||||
cairo_perf_DEPENDENCIES = \
|
||||
$(top_builddir)/boilerplate/libcairoboilerplate.la \
|
||||
$(top_builddir)/src/libcairo.la
|
||||
$(top_builddir)/src/libcairo.la \
|
||||
libcairoperf.la
|
||||
|
||||
libcairoperf_la_SOURCES = \
|
||||
cairo-perf-report.c \
|
||||
|
|
@ -92,7 +93,8 @@ cairo_perf_trace_LDADD = \
|
|||
cairo_perf_trace_DEPENDENCIES = \
|
||||
$(top_builddir)/util/cairo-script/libcairo-script-interpreter.la \
|
||||
$(top_builddir)/boilerplate/libcairoboilerplate.la \
|
||||
$(top_builddir)/src/libcairo.la
|
||||
$(top_builddir)/src/libcairo.la \
|
||||
libcairoperf.la
|
||||
|
||||
cairo_perf_diff_files_SOURCES = \
|
||||
cairo-perf-diff-files.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue