diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-07-21 14:06:45 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-07-21 14:49:19 +0200 |
commit | f2bd580f9b70a5df142c2424b004a87c2646793a (patch) | |
tree | 5723f5f648c580375c41e4ae881a96df80271519 /recipes/libsndfile | |
parent | 484b1126352695a3d369b2e967a6abbd00419602 (diff) |
libsndfile1: added missing dependency on sqlite3
Diffstat (limited to 'recipes/libsndfile')
-rw-r--r-- | recipes/libsndfile/libsndfile1_1.0.20.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libsndfile/libsndfile1_1.0.20.bb b/recipes/libsndfile/libsndfile1_1.0.20.bb index 2562271af2..5dd722369b 100644 --- a/recipes/libsndfile/libsndfile1_1.0.20.bb +++ b/recipes/libsndfile/libsndfile1_1.0.20.bb @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.mega-nerd.com/libsndfile" AUTHOR = "Erik de Castro Lopo" SECTION = "libs/multimedia" LICENSE = "LGPL" +DEPENDS = "sqlite3" SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \ " |