aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-03 19:16:14 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-14 13:34:27 +0200
commitdbbfb2d1258832ae190c626af2c1aa211f5e4c82 (patch)
tree2393761fd4aafd43449ec1e58957ebb594242823 /meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb
parent589a9476ae1e83c39f38f2c91c1bfa4647bf013a (diff)
downloadmeta-openembedded-contrib-dbbfb2d1258832ae190c626af2c1aa211f5e4c82.tar.gz
fbreader: add sqlite3 dependency
* fails to build without: | Compiling SQLiteCommand.o ...Compiling SQLiteConnection.o ...Compiling SQLiteDataBase.o ...Compiling SQLiteDataReader.o ...Compiling SQLiteFactory.o ...In file included from SQLiteDataReader.h:26:0, | from SQLiteDataReader.cpp:20: | SQLiteCommand.h:24:21: fatal error: sqlite3.h: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb')
-rw-r--r--meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb
index 4786846649..662224c64f 100644
--- a/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb
+++ b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.fbreader.org"
SECTION = "x11/utils"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://fbreader/LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "gtk+ enca expat bzip2 libgpewidget virtual/libiconv liblinebreak libfribidi curl"
+DEPENDS = "gtk+ enca expat bzip2 libgpewidget virtual/libiconv liblinebreak libfribidi curl sqlite3"
SRC_URI = "http://www.fbreader.org/fbreader-sources-${PV}.tgz \
file://Makefile.patch \