diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-13 23:57:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-13 23:57:45 (EDT) |
commit | 6a9d13566d96bf170bb0a0d09790d0606debd872 (patch) | |
tree | a1e12e21081a7c9c1a6b1f8797463f95669e9ff4 | |
parent | 68c0722262b2a801db008d14a80a66050ca961d9 (diff) |
Add dependencies.
-rw-r--r-- | alsa-utils.pkg/control | 1 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/alsa-utils.pkg/control b/alsa-utils.pkg/control index b6fb3a9..e42a846 100644 --- a/alsa-utils.pkg/control +++ b/alsa-utils.pkg/control @@ -1,5 +1,6 @@ Architecture: any-linux-any Platform: all +Depends: libasound.2, libncursesw.5, libtinfo.5 Description: Utilities for configuring and using ALSA ${Common-Description} . @@ -1,3 +1,3 @@ Maintainer: "P. J. McDermott" <pj@pehjota.net> -Build-Depends: opkhelper-3.0 +Build-Depends: opkhelper-3.0, libasound.2-dev, libncursesw.5-dev, libtinfo-dev Homepage: http://www.alsa-project.org/main/index.php/Main_Page |