From 30b813dcd6b1c3ccf16e60f85a7004ecbf018a33 Mon Sep 17 00:00:00 2001 From: gb Date: Thu, 13 May 2010 07:19:21 +0000 Subject: [PATCH] Fix packaging deps. --- debian.upstream/control.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian.upstream/control.in b/debian.upstream/control.in index e463f37..fed8426 100644 --- a/debian.upstream/control.in +++ b/debian.upstream/control.in @@ -67,7 +67,10 @@ Description: GStreamer libraries from the "vaapi" set Package: libgstvaapi-dev Architecture: any Section: libdevel -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, + libgstvaapi@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}), + libgstvaapi-x11-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}), + libgstvaapi-glx-@GST_VAAPI_MAJOR_VERSION@ (= ${Source-Version}) Description: GStreamer development files for libraries from the "vaapi" set GStreamer/VA-API development files. . -- 2.7.4