gpe-confd: add missing DEPENDS on sqlite
authorJustin Patrin <papercrane@gmail.com>
Tue, 14 Feb 2006 21:40:39 +0000 (21:40 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 14 Feb 2006 21:40:39 +0000 (21:40 +0000)
packages/gpe-confd/gpe-confd_0.16.bb

index 8024a1f..b9c3102 100644 (file)
@@ -1,6 +1,6 @@
 inherit gpe
 
-DEPENDS = "libxsettings glib-2.0"
+DEPENDS = "libxsettings glib-2.0 sqlite"
 SECTION = "gpe"
 DESCRIPTION = "GPE configuration daemon"
 LICENSE = "GPL"