From 3aee8b8b23e9bea6c71316fe11c2e418177823a7 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Tue, 8 Nov 2016 09:52:48 +0100 Subject: [PATCH] gl/x11: fix meson build The x11_event_source.[ch] files were renamed in 4f6c226bd24ae3ef66bd8f4c17b001444c9b0bf1. --- gst-libs/gst/gl/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index a702779..ea99df2 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -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', -- 2.7.4