• Home
  • Raw
  • Download

Lines Matching +full:gobject +full:- +full:introspection

12 AM_INIT_AUTOMAKE([1.13.0 gnits tar-ustar dist-xz no-dist-gzip -Wall no-define color-tests -Wno-port…
19 LT_INIT([disable-static])
53 [AS_HELP_STRING([--with-libstdc++=@<:@yes/no@:>@],
62 GTK_DOC_CHECK([1.15],[--flavour no-tmpl])
80 AX_CHECK_LINK_FLAG([[-Bsymbolic-functions]], [LDFLAGS="$LDFLAGS -Bsymbolic-functions"])
86 # Put -fno-rtti before $CXXFLAGS such that users can re-enable it
88 CXXFLAGS="-fno-rtti $CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
91 *-*-mingw*)
95 CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
100 arm-*-*)
103 CXXFLAGS="$CXXFLAGS -mstructure-size-boundary=8"
114 *-*-mingw*)
131 [AS_HELP_STRING([--with-glib=@<:@yes/no/auto@:>@],
135 GLIB_DEPS="glib-2.0 >= 2.19.1"
137 if test "x$with_glib" = "xyes" -o "x$with_glib" = "xauto"; then
140 if test "x$with_glib" = "xyes" -a "x$have_glib" != "xtrue"; then
141 AC_MSG_ERROR([glib support requested but glib-2.0 not found])
150 AC_ARG_WITH(gobject, optwith
151 [AS_HELP_STRING([--with-gobject=@<:@yes/no/auto@:>@],
152 [Use gobject @<:@default=no@:>@])],,
155 if test "x$with_gobject" = "xyes" -o "x$with_gobject" = "xauto"; then
156 PKG_CHECK_MODULES(GOBJECT, gobject-2.0 glib-2.0, have_gobject=true, :)
158 if test "x$with_gobject" = "xyes" -a "x$have_gobject" != "xtrue"; then
159 AC_MSG_ERROR([gobject support requested but gobject-2.0 / glib-2.0 not found])
163 GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
173 # Gobject-Introspection
191 [AS_HELP_STRING([--with-cairo=@<:@yes/no/auto@:>@],
195 if test "x$with_cairo" = "xyes" -o "x$with_cairo" = "xauto"; then
202 if test "x$with_cairo" = "xyes" -a "x$have_cairo" != "xtrue"; then
212 PKG_CHECK_MODULES(CAIRO_FT, cairo-ft, have_cairo_ft=true, :)
215 AC_DEFINE(HAVE_CAIRO_FT, 1, [Have cairo-ft support in cairo graphics library])
222 [AS_HELP_STRING([--with-chafa=@<:@yes/no/auto@:>@],
226 if test "x$with_chafa" = "xyes" -o "x$with_chafa" = "xauto"; then
229 if test "x$with_chafa" = "xyes" -a "x$have_chafa" != "xtrue"; then
240 [AS_HELP_STRING([--with-icu=@<:@yes/no/builtin/auto@:>@],
244 if test "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" -o "x$with_icu" = "xauto"; then
245 PKG_CHECK_MODULES(ICU, icu-uc, have_icu=true, :)
247 if test \( "x$with_icu" = "xyes" -o "x$with_icu" = "xbuiltin" \) -a "x$have_icu" != "xtrue"; then
248 AC_MSG_ERROR([icu support requested but icu-uc not found])
252 CXXFLAGS="$CXXFLAGS `$PKG_CONFIG --variable=CXXFLAGS icu-uc`"
255 AC_DEFINE(HAVE_ICU_BUILTIN, 1, [Use hb-icu Unicode callbacks])
264 [AS_HELP_STRING([--with-graphite2=@<:@yes/no/auto@:>@],
270 if test "x$with_graphite2" = "xyes" -o "x$with_graphite2" = "xauto"; then
273 # If pkg-config is not available, graphite2 can still be there
283 if test "x$with_graphite2" = "xyes" -a "x$have_graphite2" != "xtrue"; then
294 [AS_HELP_STRING([--with-freetype=@<:@yes/no/auto@:>@],
300 if test "x$with_freetype" = "xyes" -o "x$with_freetype" = "xauto"; then
301 # See freetype/docs/VERSION.DLL; 12.0.6 means freetype-2.4.2
304 if test "x$with_freetype" = "xyes" -a "x$have_freetype" != "xtrue"; then
319 [AS_HELP_STRING([--with-uniscribe=@<:@yes/no/auto@:>@],
323 if test "x$with_uniscribe" = "xyes" -o "x$with_uniscribe" = "xauto"; then
326 if test "x$with_uniscribe" = "xyes" -a "x$have_uniscribe" != "xtrue"; then
331 UNISCRIBE_LIBS="-lusp10 -lgdi32 -lrpcrt4"
341 [AS_HELP_STRING([--with-gdi=@<:@yes/no/auto@:>@],
345 if test "x$with_gdi" = "xyes" -o "x$with_gdi" = "xauto"; then
348 if test "x$with_gdi" = "xyes" -a "x$have_gdi" != "xtrue"; then
353 GDI_LIBS="-lgdi32"
363 [AS_HELP_STRING([--with-directwrite=@<:@yes/no/auto@:>@],
368 if test "x$with_directwrite" = "xyes" -o "x$with_directwrite" = "xauto"; then
372 if test "x$with_directwrite" = "xyes" -a "x$have_directwrite" != "xtrue"; then
383 [AS_HELP_STRING([--with-coretext=@<:@yes/no/auto@:>@],
387 if test "x$with_coretext" = "xyes" -o "x$with_coretext" = "xauto"; then
392 CORETEXT_LIBS="-framework ApplicationServices"
396 # On iOS CoreText and CoreGraphics are stand-alone frameworks
404 CORETEXT_LIBS="-framework CoreText -framework CoreGraphics -framework CoreFoundation"
410 if test "x$with_coretext" = "xyes" -a "x$have_coretext" != "xtrue"; then
421 [AS_HELP_STRING([--with-wasm=@<:@yes/no/auto@:>@],
422 [Use the wasm-micro-runtime library @<:@default=no@:>@])],,
425 if test "x$with_wasm" = "xyes" -o "x$with_wasm" = "xauto"; then
428 if test "x$with_wasm" = "xyes" -a "x$have_wasm" != "xtrue"; then
433 WASM_LIBS="-liwasm"
436 AC_DEFINE(HAVE_WASM, 1, [Have wasm-micro-runtime library])
445 src/harfbuzz-config.cmake
453 test/shape/data/in-house/Makefile
454 test/shape/data/text-rendering-tests/Makefile
468 $CXX --version
491 Tools used for command-line utilities:
507 GObject bindings: ${have_gobject}
508 Introspection: ${have_introspection}