mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 17:10:11 +01:00
[test/font-options] Check for HAVE_FCFINI
Only pull in the fontconfig headers if we actually use FcFini().
This commit is contained in:
parent
2eb03b8cf2
commit
fe93038ef3
1 changed files with 2 additions and 0 deletions
|
|
@ -31,7 +31,9 @@
|
|||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if HAVE_FCFINI
|
||||
#include <fontconfig/fontconfig.h>
|
||||
#endif
|
||||
|
||||
int
|
||||
main (void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue