blob: 4035d083f77f64e796706aa85df97d709486a04e (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|