aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-02 14:09:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-02 14:09:33 +0000
commitf465052981e1f68cc80cdee0671fd5db5dacb555 (patch)
treefd1f9fd74233f17066f943f924835c42c575d8e1
parent30efb23873f2399013d78c02c7844c897da71493 (diff)
made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries
svn path=/trunk/externals/windowing/; revision=14252
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 65e5d29..cfab4f7 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Package: pd-windowing
Architecture: any
Depends: ${shlibs:Depends},
pd,
- ${misc:Depends}
-Recommends: pd-libdir
+ ${misc:Depends},
+ pd-libdir
Description: a library of windowing functions in Pd
The windowing library provides Pd objects for a list of standard windowing
functions, which are applied per block with each DSP tick: Hanning, Hamming,