summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-04-19 02:46:07 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-04-22 13:32:31 +0000
commit63474c8d0bf52b5b56f30e40fd15ee2badc60199 (patch)
treee7bdbf9a6f72bf68674c527fe6d91949dbabb516
parentc350a523eedc66e95d893b66583a18c612d40510 (diff)
downloadgnome-screenshot-63474c8d0bf52b5b56f30e40fd15ee2badc60199.tar.gz
meson: Remove GLIB_DISABLE_DEPRECATION_WARNINGS
There are no glib deprecations anywhere in the code.
-rw-r--r--src/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index b82ab49..498f8ba 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -31,7 +31,6 @@ dependencies = [
c_args = [
'-DLOCALEDIR="@0@"'.format(gnome_screenshot_localedir),
- '-DGLIB_DISABLE_DEPRECATION_WARNINGS',
'-DGDK_DISABLE_DEPRECATION_WARNINGS',
]