gdk/meson.build: Fix typo for GdkWin32 Introspection

It is gdk_win32_gir, not gdk_x11_gir...
This commit is contained in:
Chun-wei Fan 2019-03-13 12:46:38 +08:00 committed by Christoph Reiter
parent 1e7988531a
commit 2912363104

View File

@ -344,7 +344,7 @@ if build_gir
extra_args: gir_args + [
'-DGDK_COMPILATION',
])
gdk_dep_sources += gdk_x11_gir
gdk_dep_sources += gdk_win32_gir
endif
endif