libgcrypt: update to 1.4.6
[openembedded.git] / recipes / classpath / classpath_0.98.bb
1 require classpath.inc
2
3 SRC_URI += "\
4   file://SimpleName.diff;patch=1;pnum=0 \
5   file://ecj_java_dir.patch;patch=1 \
6   file://autotools.patch;patch=1 \
7   file://fix-gmp.patch;patch=1 \
8   file://toolwrapper-exithook.patch;patch=1 \
9   "
10
11 PR = "r3"
12
13 DEPENDS += "gtk+ gconf libxtst"
14
15 EXTRA_OECONF += "\
16                 --disable-alsa \
17                 --disable-dssi \
18                 --disable-qt4-peer \
19                 --disable-plugin \
20                 --enable-gconf-peer \
21                 --enable-gtk-peer \
22                 --enable-local-sockets \
23                 --with-vm=java \
24                "
25