diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-02 14:09:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-02 14:09:33 +0000 |
commit | f465052981e1f68cc80cdee0671fd5db5dacb555 (patch) | |
tree | fd1f9fd74233f17066f943f924835c42c575d8e1 /debian | |
parent | 30efb23873f2399013d78c02c7844c897da71493 (diff) |
made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries
svn path=/trunk/externals/windowing/; revision=14252
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
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, |