summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2022-08-05 21:11:18 +0200
committerChristian Persch <chpe@src.gnome.org>2022-08-05 21:11:18 +0200
commit20d83ba052c94c0030f2964e1cbad7b012af81a2 (patch)
tree71d43161804cc518930a93eda760c92e7402f085
parent84e4bccac4563af107a1c0a31fcb509ee4fa7032 (diff)
downloadvte-20d83ba052c94c0030f2964e1cbad7b012af81a2.tar.gz
build: Remove gtk4 notice
While not completely stable yet, it's no longer experimental.
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 70455b02..5f2fed65 100644
--- a/meson.build
+++ b/meson.build
@@ -731,8 +731,4 @@ output += '\n'
output += ' Prefix: ' + get_option('prefix') + '\n'
message(output)
-if get_option('gtk4')
- warning('GTK+ 4.0 support is experimental; API and ABI are subject to change without notice\n')
-endif
-
# Done