diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-02-14 14:33:35 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-02-14 14:33:35 +0000 |
commit | 00ea7d5c25c79a4b392bef66efdb6d307b919dbf (patch) | |
tree | a9b40a6633c151f9e52ec9a7f2002efe243eaab9 /packages/swt/swt3.4-gtk_3.3+3.4M5.bb | |
parent | 7d17e99c37b5367c19c99e00acca1bc9ccce7df3 (diff) |
swt3.4-gtk 3.3+3.4M5: New recipe.
swt3.4-gtk-hildon 3.3+3.4M5: New recipe.
swt3.4-gtk-hildon: Updated hildonizing patch.
- fixed resizing issue
- make use of special hildon file dialog
Diffstat (limited to 'packages/swt/swt3.4-gtk_3.3+3.4M5.bb')
-rw-r--r-- | packages/swt/swt3.4-gtk_3.3+3.4M5.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/swt/swt3.4-gtk_3.3+3.4M5.bb b/packages/swt/swt3.4-gtk_3.3+3.4M5.bb new file mode 100644 index 0000000000..4035d083f7 --- /dev/null +++ b/packages/swt/swt3.4-gtk_3.3+3.4M5.bb @@ -0,0 +1,12 @@ +require swt-gtk.inc + +SRC_URI = "http://ftp.wh2.tu-dresden.de/pub/mirrors/eclipse/eclipse/downloads/drops/S-3.4M5-200802071530/swt-3.4M5-gtk-linux-x86.zip \ + file://Makefile" + +# A number which is used by SWT to mark the shared libraries. +SWTVERSION = "3428" +SWT_API_VERSION = "3.4" + +PROVIDES = "swt3.4-gtk" + +RCONFLICTS = "libswt3.3-gtk-java" |