Document that gtk3 support is experimental

Change-Id: I87df8cb6a4e4e374c5c9782e695fcdf020d5707f
Reviewed-on: https://gerrit.libreoffice.org/12121
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
Matthew J. Francis
2014-10-28 16:10:44 +08:00
committed by Noel Grandin
parent 0cba83792d
commit 86255b6fa3

View File

@@ -1077,7 +1077,8 @@ AC_ARG_ENABLE(gtk,
AC_ARG_ENABLE(gtk3,
AS_HELP_STRING([--enable-gtk3],
[Determines whether to use Gtk+ 3.0 vclplug on platforms where Gtk+ 3.0 is available.]),
[Determines whether to use Gtk+ 3.0 vclplug on platforms where Gtk+ 3.0 is available.
This is experimental and may not work.]),
,enable_gtk3=no)
AC_ARG_ENABLE(systray,