diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-16 15:22:47 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-16 15:22:47 +0000 |
commit | e275e549be7d8f62519e740b46e195f87770b35a (patch) | |
tree | e253457aa255f781ddea026c015bdb82a76c423e /packages/libxosd/libxosd_svn.bb | |
parent | 2aee26f49789880f7e28a2da8a7e78706b3fb8ef (diff) |
oe/libxosd: add patch making libxosd using 'fixed' as default font --
this font is guaranteed to be always present on the Xserver
(remember, this is core fonts, not freetype or xft)
Diffstat (limited to 'packages/libxosd/libxosd_svn.bb')
-rw-r--r-- | packages/libxosd/libxosd_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/libxosd/libxosd_svn.bb b/packages/libxosd/libxosd_svn.bb index 055568cf4b..a184ca9074 100644 --- a/packages/libxosd/libxosd_svn.bb +++ b/packages/libxosd/libxosd_svn.bb @@ -3,10 +3,11 @@ SECTION = "libs/x11" DEPENDS = "virtual/libx11 libxext" LICENSE = "LGPL" PV = "2.2.15+svn${SRCDATE}" -PR = "r0" +PR = "r3" SRC_URI = "svn://libxosd.svn.sourceforge.net/svnroot/libxosd/source;module=current;proto=https \ - file://autofoo.patch;patch=1" + file://autofoo.patch;patch=1 \ + file://use-sane-default-font.patch;patch=1" S = "${WORKDIR}/current" inherit autotools binconfig |