diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-25 11:13:30 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-25 11:13:30 +0000 |
commit | 4e37786255e4555d70c6e4f00b259d16921b3094 (patch) | |
tree | 60941011571610f210c64e7e573131640ce71d33 /packages/classpath/classpath-gtk_0.93.bb | |
parent | 21c51afaddcefad16f574c801ae94f509c011593 (diff) | |
parent | f8c999dcef86b3deb0be982cbed538010b252204 (diff) |
merge of '04f5cc86d8508c3838a5112313a7db80201c4039'
and 'cb3abb910774efcd3e2446771f196413a524b227'
Diffstat (limited to 'packages/classpath/classpath-gtk_0.93.bb')
-rw-r--r-- | packages/classpath/classpath-gtk_0.93.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/classpath/classpath-gtk_0.93.bb b/packages/classpath/classpath-gtk_0.93.bb new file mode 100644 index 0000000000..137ee8ffb2 --- /dev/null +++ b/packages/classpath/classpath-gtk_0.93.bb @@ -0,0 +1,18 @@ +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" + +SRC_URI += "file://gconf_version.patch;patch=1" + +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" |