diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-31 00:19:50 +1100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-31 00:19:50 +1100 |
commit | 5586dcf5c0cfc89a8fe045cc7580dc392be1888a (patch) | |
tree | cb51428d583f65ddee7401b2101478f8ac131762 | |
parent | c87835080de70d3accd70b6e1c54815d5ad22732 (diff) | |
download | meson-5586dcf5c0cfc89a8fe045cc7580dc392be1888a.zip meson-5586dcf5c0cfc89a8fe045cc7580dc392be1888a.tar.gz meson-5586dcf5c0cfc89a8fe045cc7580dc392be1888a.tar.bz2 |
Text clarification.
-rw-r--r-- | mesonbuild/modules/gnome.py | 2 | ||||
-rw-r--r-- | mesonbuild/modules/qt5.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py index a351694..2ea6c1d 100644 --- a/mesonbuild/modules/gnome.py +++ b/mesonbuild/modules/gnome.py @@ -317,7 +317,7 @@ class GnomeModule: return build.CustomTarget(namebase + '-gdbus', state.subdir, custom_kwargs) def initialize(): - mlog.log('Warning, glib compiled dependencies will not work until this upstream issue is fixed:', + mlog.log('Warning, glib compiled dependencies will not work reliably until this upstream issue is fixed:', mlog.bold('https://bugzilla.gnome.org/show_bug.cgi?id=745754')) return GnomeModule() diff --git a/mesonbuild/modules/qt5.py b/mesonbuild/modules/qt5.py index 81edc76..cb743a6 100644 --- a/mesonbuild/modules/qt5.py +++ b/mesonbuild/modules/qt5.py @@ -157,6 +157,6 @@ class Qt5Module(): return sources def initialize(): - mlog.log('Warning, rcc dependencies will not work properly until this upstream issue is fixed:', + mlog.log('Warning, rcc dependencies will not work reliably until this upstream issue is fixed:', mlog.bold('https://bugreports.qt.io/browse/QTBUG-45460')) return Qt5Module() |