gl/x11: fix meson build

The x11_event_source.[ch] files were renamed in
4f6c226bd2.
This commit is contained in:
Philippe Normand 2016-11-08 09:52:48 +01:00 committed by Tim-Philipp Müller
parent 263255137e
commit 3aee8b8b23

View file

@ -443,7 +443,7 @@ if need_win_x11 != 'no'
gl_sources += [
'x11/gstgldisplay_x11.c',
'x11/gstglwindow_x11.c',
'x11/x11_event_source.c',
'x11/xcb_event_source.c',
]
gl_x11_headers += [
'x11/gstgldisplay_x11.h',