meson: Fix GDK-Win32 build

We have a new source file that we must build,
gdkwin32langnotification.c.
This commit is contained in:
Chun-wei Fan 2019-03-25 15:21:51 +08:00 committed by Christoph Reiter
parent e24e0dd8a5
commit 6b079afa0a

View File

@ -19,6 +19,7 @@ gdk_win32_sources = files(
'gdkselection-win32.c',
'gdktestutils-win32.c',
'gdkwin32id.c',
'gdkwin32langnotification.c',
'gdkwindow-win32.c',
)