summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index bcdec15..82651d8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,14 +8,14 @@ Section: libs
Package: slv2-dev
Section: libdevel
Architecture: any
-Depends: slv2 (= ${binary:Version})
+Depends: slv2 (= ${binary:Version}), librdf0-dev
Description: Development files (headers) for SLV2
Files required for compiling programs which use SLV2.
Package: slv2
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, librdf0
Description: A library for simple use of LV2 plugins
SLV2 is a library geared towards music and audio applications which makes
the use of LV2 plugins <http://lv2plug.in> as simple as possible.