diff options
author | Ross Burton <ross@openedhand.com> | 2007-05-27 21:21:56 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-05-27 21:21:56 +0000 |
commit | c2d22f0f36980eecc7cf2ad818a5033476614bfc (patch) | |
tree | f8757313ecb270561d4db708a77822060bf5c0b1 /meta/packages/fontconfig/files | |
parent | ccbf0edf458fe87c204a27a3085c2e89ca82deb1 (diff) | |
download | openembedded-core-c2d22f0f36980eecc7cf2ad818a5033476614bfc.tar.gz openembedded-core-c2d22f0f36980eecc7cf2ad818a5033476614bfc.tar.bz2 openembedded-core-c2d22f0f36980eecc7cf2ad818a5033476614bfc.tar.xz openembedded-core-c2d22f0f36980eecc7cf2ad818a5033476614bfc.zip |
Upgrade fontconfig to 2.4.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1790 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/fontconfig/files')
-rw-r--r-- | meta/packages/fontconfig/files/local.conf | 12 | ||||
-rw-r--r-- | meta/packages/fontconfig/files/stop-fc-cache.patch | 8 |
2 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/fontconfig/files/local.conf b/meta/packages/fontconfig/files/local.conf deleted file mode 100644 index ddd7cf9d0..000000000 --- a/meta/packages/fontconfig/files/local.conf +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> -<!-- /etc/fonts/local.conf file for local customizations --> -<fontconfig> -<!-- Enable sub-pixel rendering --> - <match target="font"> - <test qual="all" name="rgba"> - <const>unknown</const> - </test> - <edit name="rgba" mode="assign"><const>rgb</const></edit> - </match> -</fontconfig> diff --git a/meta/packages/fontconfig/files/stop-fc-cache.patch b/meta/packages/fontconfig/files/stop-fc-cache.patch deleted file mode 100644 index 7b549118f..000000000 --- a/meta/packages/fontconfig/files/stop-fc-cache.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- fontconfig-2.2.95/Makefile.am.old 2006-02-07 01:01:01.000000000 +0000 -+++ fontconfig-2.2.95/Makefile.am 2006-02-07 01:01:15.000000000 +0000 -@@ -50,4 +50,4 @@ - echo " $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf"; \ - $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf; \ - fi; fi; fi -- if [ x$(DESTDIR) = x ]; then fc-cache/fc-cache -f -v; fi -+# if [ x$(DESTDIR) = x ]; then fc-cache/fc-cache -f -v; fi |