Require the installed JSON-GLib
Continue to provide the internal copy for 1.4, but require an explicit override to use it. The internal copy will be removed for Clutter 1.6.
This commit is contained in:
parent
4037f76a3e
commit
66ba609f3b
4
README
4
README
@ -312,6 +312,10 @@ Release Notes for Clutter 1.4
|
||||
clutter-keysyms-compat.h header, which is included by clutter-keysyms.h
|
||||
unless CLUTTER_DISABLE_DEPRECATED is defined.
|
||||
|
||||
• The internal copy of json-glib is now deprecated. Building Clutter will
|
||||
default to the system copy and requires an explicit --with-json=internal
|
||||
to override the check.
|
||||
|
||||
Release Notes for Clutter 1.2
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
@ -797,7 +797,7 @@ dnl === JSON parser check =====================================================
|
||||
# we allow building clutter with the internal copy of json-glib
|
||||
# for platforms without it, but by default we depend on the
|
||||
# system copy
|
||||
m4_define([default_json], [check])
|
||||
m4_define([default_json], [system])
|
||||
AC_ARG_WITH([json],
|
||||
AC_HELP_STRING([--with-json=@<:@internal/check/system@:>@],
|
||||
[Select the JSON-GLib copy to use @<:@default=default_json@:>@]),
|
||||
|
Loading…
Reference in New Issue
Block a user