diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-07-22 15:50:12 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-07-22 15:50:12 +0000 |
commit | 7d283cd8392336998ee9c7c980497b6f03ebca7a (patch) | |
tree | 1e491d309ea23db220855d91ee81be3be6d961de /packages | |
parent | c333977e1cd10d8c40b200b3bbf63c329d629e1e (diff) |
zhone: depend on python-cairo for graphs
Diffstat (limited to 'packages')
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index 8a4a21bbed..55b56c8e26 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Zhone: Zen Phone" LICENSE = "GPL" SECTION = "x11" DEPENDS = "edje-native python-pyrex-native python-cython-native" -RDEPENDS = "task-python-efl python-textutils python-dbus" +RDEPENDS = "task-python-efl python-textutils python-dbus python-pycairo" PV = "0.0.0+gitr${SRCREV}" -PR = "r7" +PR = "r8" SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ file://80zhone" |