mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 14:58:06 +02:00
Add libpixman.la to the libcairo_la_DEPENDENCIES line so that changes to pixman get picked up.
This commit is contained in:
parent
099060f925
commit
55a517991e
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-08-23 Billy Biggs <vektor@dumbterm.net>
|
||||
|
||||
* src/Makefile.am: Add libpixman.la to the libcairo_la_DEPENDENCIES
|
||||
line so that changes to pixman get picked up.
|
||||
|
||||
2005-08-23 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
Some fixes for warnings from sparse (Part of #4208,
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ INCLUDES = -I$(srcdir) -I$(top_srcdir)/pixman/src $(CAIRO_CFLAGS)
|
|||
|
||||
libcairo_la_LIBADD = $(top_builddir)/pixman/src/libpixman.la $(CAIRO_LIBS)
|
||||
|
||||
libcairo_la_DEPENDENCIES = $(cairo_def_dependency)
|
||||
libcairo_la_DEPENDENCIES = $(cairo_def_dependency) $(top_builddir)/pixman/src/libpixman.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
cairo.def
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue