mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 13:28:03 +02:00
xlib: Compile fix for no fontconfig
This commit is contained in:
parent
e3e7464145
commit
05d4f9b461
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,9 @@
|
|||
#include "cairo-xlib-surface-private.h"
|
||||
#include "cairo-error-private.h"
|
||||
|
||||
#if CAIRO_HAS_FC_FONT
|
||||
#include <fontconfig/fontconfig.h>
|
||||
#endif
|
||||
|
||||
static int
|
||||
parse_boolean (const char *v)
|
||||
|
|
@ -142,7 +144,6 @@ get_integer_default (Display *dpy,
|
|||
#define FC_HINT_FULL 3
|
||||
#endif
|
||||
|
||||
|
||||
static void
|
||||
_cairo_xlib_init_screen_font_options (Display *dpy,
|
||||
cairo_xlib_screen_t *info)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue