xapian-bindings-python: added build dependency on xapian-core-native
authorElena Grandi <elena.valhalla@gmail.com>
Tue, 22 Sep 2009 08:36:32 +0000 (10:36 +0200)
committerElena Grandi <elena.valhalla@gmail.com>
Tue, 22 Sep 2009 08:36:32 +0000 (10:36 +0200)
recipes/xapian/xapian-bindings-python_1.0.14.bb

index 665cd58..1180936 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://xapian.org"
 SECTION = "devel/libs"
 PRIORITY = "optional"
 LICENSE = "GPL"
-DEPENDS = "xapian-core"
+DEPENDS = "xapian-core xapian-core-native"
 PR = "r0"
 
 SRC_URI = "http://www.oligarchy.co.uk/xapian/${PV}/xapian-bindings-${PV}.tar.gz"