debian: fix GStreamer build dependencies.

This commit is contained in:
Gwenole Beauchesne 2012-09-28 17:41:42 +02:00
parent 43ba2f1940
commit b65f2bb3d1

View file

@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 5),
libglib2.0-dev (>= @GLIB_VERSION_REQUIRED@),
libgstreamer@GST_MAJORMINOR@-dev (>= @GST_VERSION_REQUIRED@),
libgstreamer-plugins-base@GST_MAJORMINOR@-dev (>= @GST_PLUGINS_BASE_VERSION_REQUIRED@),
libgstreamer-plugins-bad@GST_MAJORMINOR@-dev (>= @GST_PLUGINS_BAD_VERSION_REQUIRED@),
@USE_DRM_TRUE@ libdrm-dev, libudev-dev,
@USE_X11_TRUE@ libx11-dev, libxrandr-dev,
@USE_GLX_TRUE@ libgl-dev,