diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-31 18:24:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-31 18:24:19 +0000 |
commit | bb02e2d23753db9b37c0874672edb50dceeb32f0 (patch) | |
tree | 1b750ae273c6daa08e5f1c39ff0ab8044f27e4af /packages/e17/e-wm_20050810.bb | |
parent | 4a07f4d8a2e4156359f4c2bed603d283394e7e2f (diff) |
e-wm: Remove 2 large unused fonts
- This makes e-image-core small enough for most devices :-)
Diffstat (limited to 'packages/e17/e-wm_20050810.bb')
-rw-r--r-- | packages/e17/e-wm_20050810.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/e17/e-wm_20050810.bb b/packages/e17/e-wm_20050810.bb index e0fa41311c..c6cbee4cd9 100644 --- a/packages/e17/e-wm_20050810.bb +++ b/packages/e17/e-wm_20050810.bb @@ -4,12 +4,13 @@ LICENSE = "MIT" SECTION = "e/apps" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" CVSDATE = "${PV}" -PR = "r2" +PR = "r3" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/e \ file://Xsession.d/98enlightenment \ file://fix-configure.patch;patch=1 \ - file://add-menu-autoscroll-options.patch;patch=1" + file://add-menu-autoscroll-options.patch;patch=1 \ + file://remove-large-fonts.patch;patch=1" S = "${WORKDIR}/e" inherit autotools |