[cairo] #ifdef HAVE_CAIRO
This commit is contained in:
parent
9e61fd7705
commit
ffa45f243c
|
@ -26,6 +26,8 @@
|
||||||
|
|
||||||
#include "hb.hh"
|
#include "hb.hh"
|
||||||
|
|
||||||
|
#ifdef HAVE_CAIRO
|
||||||
|
|
||||||
#include "hb-cairo-utils.hh"
|
#include "hb-cairo-utils.hh"
|
||||||
|
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
|
@ -827,3 +829,5 @@ hb_cairo_paint_sweep_gradient (cairo_t *cr,
|
||||||
if (stops != stops_)
|
if (stops != stops_)
|
||||||
free (stops);
|
free (stops);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
|
|
||||||
#include "hb.hh"
|
#include "hb.hh"
|
||||||
|
|
||||||
|
#ifdef HAVE_CAIRO
|
||||||
|
|
||||||
#include "hb-cairo.h"
|
#include "hb-cairo.h"
|
||||||
|
|
||||||
#include "hb-cairo-utils.hh"
|
#include "hb-cairo-utils.hh"
|
||||||
|
@ -562,3 +564,5 @@ hb_cairo_glyphs_from_buffer (hb_buffer_t *buffer,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
@ -1388,5 +1388,4 @@ hb_ft_font_set_funcs (hb_font_t *font)
|
||||||
_hb_ft_hb_font_changed (font, ft_face);
|
_hb_ft_hb_font_changed (font, ft_face);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue