surpport seeking the recorded video
[vuplus_openembedded] / recipes / classpath / classpath_0.96.1.bb
1 require classpath.inc
2
3 SRC_URI += "\
4   file://gjar-prefix-patch.diff;patch=1;pnum=0 \
5   file://xmlstream-fix.patch;patch=1;pnum=0 \
6   file://javanet-local.patch;patch=1;pnum=0 \
7   "
8
9 PR = "r9"
10
11 DEPENDS += "gtk+ gconf libxtst"
12
13 EXTRA_OECONF += "\
14                 --disable-alsa \
15                 --disable-dssi \
16                 --disable-qt4-peer \
17                 --disable-plugin \
18                 --enable-gconf-peer \
19                 --enable-gtk-peer \
20                 --enable-local-sockets \
21                 --with-vm=java \
22                "