diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-03-10 12:54:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-03-10 12:54:12 +0100 |
commit | 4d3fa8814212ac64b381586b8c28cbb2437532fe (patch) | |
tree | 2f55804ceed5764a8af3c55d51b758aa5e7be093 | |
parent | b8ae02c5ff75edb638ab67e487227973bc34fb2f (diff) |
add dependencies
-rw-r--r-- | package/alsa-plugins/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/alsa-plugins/Makefile b/package/alsa-plugins/Makefile index 2cbe2ca61..9c58e47f1 100644 --- a/package/alsa-plugins/Makefile +++ b/package/alsa-plugins/Makefile @@ -9,6 +9,8 @@ PKG_RELEASE:= 1 PKG_HASH:= 426f8af1a07ee9d8c06449524d1f0bd59a06e0331a51aa3d59d343a7c6d03120 PKG_DESCR:= sound library plugins PKG_SECTION:= libs/audio +PKG_BUILDDEP:= libsamplerate +PKG_DEPENDS:= libsamplerate PKG_URL:= http://www.alsa-project.org/ PKG_SITES:= ftp://ftp.alsa-project.org/pub/plugins/ |