mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 17:18:42 +02:00
Fix typo in Makefile preventing builds from succeeding
The cairo-ps-surface-private.h file was not getting included in the distribution.
This commit is contained in:
parent
a392cc8508
commit
cb6fcdae92
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ backend_pkgconfigs =
|
|||
|
||||
if CAIRO_HAS_PS_SURFACE
|
||||
libcairo_ps_headers = cairo-ps.h
|
||||
libcairo_ps_sources = cairo-ps-surface.c cairo-pdf-surface-private.h
|
||||
libcairo_ps_sources = cairo-ps-surface.c cairo-ps-surface-private.h
|
||||
libcairo_font_subset_sources = $(font_subset_sources)
|
||||
backend_pkgconfigs += cairo-ps.pc
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue