diff options
author | Robert Schuster <thebohemian@gmx.net> | 2009-03-20 00:32:02 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2009-03-20 00:55:24 +0100 |
commit | 35b91db2b10270d2a2bc0cc02dc695d196958762 (patch) | |
tree | 5f0105c8cbba5ad547355611025b3b99fa76e3db /recipes/swt/swt-gtk.inc | |
parent | fa0e1045e2ea35d4d16da91110090e783687192d (diff) |
swt3.4-gtk.inc: Depends on classpath explicitly.
swt3.4-gtk-hildon 3.4: Increase PR, since it is affected by glib-2.0 change.
Diffstat (limited to 'recipes/swt/swt-gtk.inc')
-rw-r--r-- | recipes/swt/swt-gtk.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/swt/swt-gtk.inc b/recipes/swt/swt-gtk.inc index a5e62b7155..eed628a313 100644 --- a/recipes/swt/swt-gtk.inc +++ b/recipes/swt/swt-gtk.inc @@ -3,7 +3,8 @@ LICENSE = "CPL MPL LGPL" inherit java-library -DEPENDS = "fastjar-native cairo gtk+ atk libxtst" +# classpath provides jni.h which is needed herein +DEPENDS = "fastjar-native cairo gtk+ atk libxtst classpath" S = "${WORKDIR}/swt-source" |