summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian.upstream/control.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian.upstream/control.in b/debian.upstream/control.in
index e463f37c..fed84263 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.
.