Merge commit 'origin/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / classpath / classpath_0.97.2.bb
1 require classpath.inc
2
3 SRC_URI += "\
4   file://netif_16.patch;patch=1;pnum=0 \
5   file://SimpleName.diff;patch=1;pnum=0 \
6   file://javanet-local.patch;patch=1;pnum=0 \
7   file://ecj_java_dir.patch;patch=1 \
8   file://autotools.patch;patch=1 \
9   file://decimalformat.patch;patch=1 \
10   file://cp-byte-loophelper.patch;patch=1;pnum=0 \
11   file://drawpolyline.patch;patch=1;pnum=0 \
12   file://gtk-fix.patch;patch=1;pnum=0 \
13   file://toolwrapper-exithook.patch;patch=1; \
14   "
15
16 PR = "r10"
17
18 DEPENDS += "gtk+ gconf libxtst"
19
20 EXTRA_OECONF += "\
21                 --disable-alsa \
22                 --disable-dssi \
23                 --disable-qt4-peer \
24                 --disable-plugin \
25                 --enable-gconf-peer \
26                 --enable-gtk-peer \
27                 --enable-local-sockets \
28                 --with-vm=java \
29                "
30