diff options
-rw-r--r-- | recipes/redland/redland_1.0.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/redland/redland_1.0.8.bb b/recipes/redland/redland_1.0.8.bb index 34e4bbc09a..6f7e6f3ce2 100644 --- a/recipes/redland/redland_1.0.8.bb +++ b/recipes/redland/redland_1.0.8.bb @@ -5,6 +5,8 @@ SRC_URI = "http://download.librdf.org/source/redland-1.0.8.tar.gz \ PR = "r3" +DEPENDS = "db mysql" + inherit autotools_stage EXTRA_OECONF = "--with-bdb-lib=${STAGING_LIBDIR} --with-bdb-include=${STAGING_INCDIR} --with-sqlite=no" |