build: Remove duplicate definition

The `GTK_COMPILATION` symbol is defined in gir_args.
This commit is contained in:
Emmanuele Bassi 2020-12-15 11:47:32 +00:00
parent 7975bbfcaa
commit e75e44bdcc

View File

@ -1231,9 +1231,7 @@ if build_gir
header: 'gtk/gtk.h',
install: true,
dependencies: gsk_gir_dep,
extra_args: gir_args + [
'-DGTK_COMPILATION',
])
extra_args: gir_args)
gtk_dep_sources += gtk_gir
endif