[vlc-commits] commit: Distribute xcb_keysym.h. (Alexis Ballier )
git at videolan.org
git at videolan.org
Tue Apr 13 13:33:38 CEST 2010
vlc | branch: master | Alexis Ballier <aballier at gentoo.org> | Tue Apr 13 13:33:22 2010 +0200| [1e03517965ea2d0d194f29518146475001918382] | committer: Jean-Baptiste Kempf
Distribute xcb_keysym.h.
1.1.0-pre1 tarballs do not build because that file is missing. distcheck seems fine now.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e03517965ea2d0d194f29518146475001918382
---
modules/video_output/Modules.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am
index 3ac66d3..e2ccfdb 100644
--- a/modules/video_output/Modules.am
+++ b/modules/video_output/Modules.am
@@ -52,7 +52,7 @@ libxcb_glx_plugin_la_LIBADD = $(AM_LIBADD) \
$(XLIB_XCB_LIBS) $(GL_LIBS)
libxcb_glx_plugin_la_DEPENDENCIES =
-libxcb_window_plugin_la_SOURCES = xcb/window.c xcb/keys.c xcb/keysym.h
+libxcb_window_plugin_la_SOURCES = xcb/window.c xcb/keys.c xcb/keysym.h xcb/xcb_keysym.h
libxcb_window_plugin_la_CFLAGS = $(AM_CFLAGS) \
$(XPROTO_CFLAGS) \
$(XCB_CFLAGS) \
More information about the vlc-commits
mailing list