diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-11-25 14:12:29 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-11-25 14:12:58 +0100 |
commit | 46a903ec1351e751fff49c64017fdff08a5fba83 (patch) | |
tree | 5d993558428390914b9c782db724aef69ea41d1e /packages/classpath/classpath_0.97.2.bb | |
parent | a49777cf047b98b62ca8bf037009bc630f4890b0 (diff) |
classpath 0.97.2: Added gtk performance fix.
Diffstat (limited to 'packages/classpath/classpath_0.97.2.bb')
-rw-r--r-- | packages/classpath/classpath_0.97.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/classpath/classpath_0.97.2.bb b/packages/classpath/classpath_0.97.2.bb index a6327d3710..4e146e1606 100644 --- a/packages/classpath/classpath_0.97.2.bb +++ b/packages/classpath/classpath_0.97.2.bb @@ -9,9 +9,10 @@ SRC_URI += "\ file://decimalformat.patch;patch=1 \ file://cp-byte-loophelper.patch;patch=1;pnum=0 \ file://drawpolyline.patch;patch=1;pnum=0 \ + file://gtk-fix.patch;patch=1;pnum=0 \ " -PR = "r5" +PR = "r6" DEPENDS += "gtk+ gconf libxtst" |