build: Drop use of G_DISABLE_DEPRECATED from the build system

It’s no longer used in any of the headers. See preceding commits.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall
2019-05-27 18:19:07 +01:00
parent 99b412bb19
commit 1741fc2c6e
7 changed files with 8 additions and 10 deletions

View File

@@ -12,4 +12,4 @@ giowin32_lib = static_library('giowin32',
include_directories : [configinc, glibinc, gioinc, gmoduleinc],
dependencies : [libintl, gioenumtypes_dep],
pic : true,
c_args : [ '-DG_DISABLE_DEPRECATED' ] + gio_c_args)
c_args : gio_c_args)