meson: Fix Broadway builds

Make sure the source files are in line with GTK+-3.x Broadway backend
sources.
This commit is contained in:
Chun-wei Fan
2019-03-13 16:27:36 +08:00
committed by Christoph Reiter
parent 4da82356bc
commit b0a31fefd7
3 changed files with 25 additions and 7 deletions

View File

@ -836,10 +836,6 @@ if wayland_enabled
gtk_sources += gtk_use_wayland_sources
endif
if broadway_enabled
gtk_sources += ['gtkimcontextbroadway.c']
endif
if win32_enabled
gtk_cargs += []
gtk_sources += gtk_use_win32_sources