mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 03:18:05 +02:00
Add cairo-xlib-xrender.h which was missed from an earlier commit.
This commit is contained in:
parent
30d7ede3df
commit
f82a3b2b55
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-05-17 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/Makefile.am (libcairo_xlib_headers): Add
|
||||
cairo-xlib-xrender.h which was missed from an earlier commit.
|
||||
|
||||
2005-05-17 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/Makefile.am:
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ libcairo_png_sources = cairo-png.c
|
|||
endif
|
||||
|
||||
if CAIRO_HAS_XLIB_SURFACE
|
||||
libcairo_xlib_headers = cairo-xlib.h
|
||||
libcairo_xlib_headers = cairo-xlib.h cairo-xlib-xrender.h
|
||||
libcairo_xlib_sources = cairo-xlib-surface.c cairo-xlib-test.h
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue