summaryrefslogtreecommitdiff
path: root/packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-03-27 14:53:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-27 14:53:10 +0000
commita8ce58df9771978d98beeb476be86a7e2a5ab190 (patch)
tree0cb6f4a1753a47625b28ef2f7898ae4f490a6781 /packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
parenta26a3b34e65571dc2967876aee13049e5b2d46bf (diff)
opie-bluetoothmanager: catch up with recent changes in the opie cvs
depend on obexftp and show where to find its headers
Diffstat (limited to 'packages/opie-bluetoothmanager/opie-bluetoothmanager.inc')
-rw-r--r--packages/opie-bluetoothmanager/opie-bluetoothmanager.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/opie-bluetoothmanager/opie-bluetoothmanager.inc b/packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
index f5ebf88cb2..fbc9a06625 100644
--- a/packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
+++ b/packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "Bluetooth manager for Opie"
SECTION = "opie/settings"
PRIORITY = "optional"
-DEPENDS = "libopietooth1"
+DEPENDS = "libopietooth1 obexftp"
RDEPENDS = "opie-bluepin"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
@@ -10,6 +10,7 @@ APPNAME = "bluetooth-manager"
S = "${WORKDIR}/manager"
EXTRA_QMAKEVARS_POST += " INCLUDEPATH+=${STAGING_INCDIR}/opietooth "
+EXTRA_QMAKEVARS_PRE = 'LIBOBEXFTP_INC_DIR=${STAGING_INCDIR}/obexftp'
inherit opie