[vlc-devel] [PATCH] Distribute xcb_keysym.h.
Alexis Ballier
aballier at gentoo.org
Tue Apr 13 13:33:22 CEST 2010
1.1.0-pre1 tarballs do not build because that file is missing. distcheck seems fine now.
---
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) \
--
1.7.0.4
More information about the vlc-devel
mailing list