gl/x11: fix meson build
authorPhilippe Normand <philn@igalia.com>
Tue, 8 Nov 2016 08:52:48 +0000 (09:52 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:24 +0000 (19:32 +0000)
The x11_event_source.[ch] files were renamed in
4f6c226bd24ae3ef66bd8f4c17b001444c9b0bf1.

gst-libs/gst/gl/meson.build

index a702779..ea99df2 100644 (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',