aboutsummaryrefslogtreecommitdiffstats
path: root/packages/classpath/classpath-gtk_0.93.bb
blob: 9577947a0c810bf5ce8d95836e70d5d08b884c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require classpath.inc

DEPENDS = "glib-2.0 gtk+ cairo gconf libart-lgpl pango libxtst jikes-native zip-native"
RDEPENDS_${PN} = "classpath-common (>= ${PV})"
RCONFLICTS_${PN} = "classpath-minimal"

EXTRA_OECONF = "--with-jikes --disable-plugin --disable-dssi"

PACKAGES = "classpath-dev classpath-doc classpath-common classpath-examples classpath-tools ${PN}"

FILES_classpath-doc = "${datadir}/info"
FILES_classpath-dev = "${includedir}"
FILES_${PN} = "${libdir} ${bindir}"
FILES_classpath-common = "${datadir}/classpath/glibj.zip"
FILES_classpath-examples = "${datadir}/classpath/examples"
FILES_classpath-tools = "${datadir}/classpath/tools.zip"