mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 13:28:03 +02:00
Remove unused libcairo_freetype_sources (thanks to Damien Carbery). Closes bug #2673.
This commit is contained in:
parent
2ad590a0ee
commit
84a6da8f07
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-03-18 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/Makefile.am (libcairo_la_SOURCES): Remove unused
|
||||
libcairo_freetype_sources (thanks to Damien Carbery). Closes bug
|
||||
#2673.
|
||||
|
||||
2005-03-17 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* src/cairo_matrix.c (cairo_matrix_rotate): doc fix -
|
||||
|
|
|
|||
2
TODO
2
TODO
|
|
@ -3,7 +3,7 @@ API Shakeup planning
|
|||
Patch submitted to mailing list?
|
||||
/ Documentation included in patch?
|
||||
|/ Review of patch completed?
|
||||
||/ Test case added?
|
||||
||/ Test case included?
|
||||
|||/ Committed.
|
||||
||||/
|
||||
PDRTC user data (was Re: [cairo] Patch improving fallbacks)
|
||||
|
|
|
|||
|
|
@ -116,7 +116,6 @@ libcairo_la_SOURCES = \
|
|||
$(libcairo_xcb_sources) \
|
||||
$(libcairo_glitz_sources)\
|
||||
$(libcairo_win32_sources)\
|
||||
$(libcairo_freetype_sources) \
|
||||
cairoint.h
|
||||
|
||||
libcairo_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue