diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-07-15 16:23:47 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-07-15 16:23:47 +0200 |
commit | 1d597fb7aa46f61c016b8bc28cc7e58745055632 (patch) | |
tree | 5700ad0615a2308aa95e8439f48daa3b2ba36ff4 /recipes/freesmartphone | |
parent | 4bfe11d2ee2b94046f4b8a84ba974b69b060ad14 (diff) |
msmcommd: add missing dependency
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/msmcommd_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb index 660fe70f4e..bd74dc0f04 100644 --- a/recipes/freesmartphone/msmcommd_git.bb +++ b/recipes/freesmartphone/msmcommd_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.freesmartphone.org" AUTHOR = "Simon Busch <morphis@gravedo.de>" SECTION = "console/network" LICENSE = "GPL" -DEPENDS = "libgee libfsotransport" +DEPENDS = "libgee libfsotransport gtk+" SRCREV = "91ea329fd3be68d031c61a587c6c0036b94cf2cd" PV = "0.1.0+gitr${SRCPV}" PR = "r2" |