summaryrefslogtreecommitdiff
path: root/openembedded/packages/fontconfig/files
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/fontconfig/files')
-rw-r--r--openembedded/packages/fontconfig/files/local.conf12
-rw-r--r--openembedded/packages/fontconfig/files/stop-fc-cache.patch8
2 files changed, 0 insertions, 20 deletions
diff --git a/openembedded/packages/fontconfig/files/local.conf b/openembedded/packages/fontconfig/files/local.conf
deleted file mode 100644
index ddd7cf9d0..000000000
--- a/openembedded/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/openembedded/packages/fontconfig/files/stop-fc-cache.patch b/openembedded/packages/fontconfig/files/stop-fc-cache.patch
deleted file mode 100644
index 7b549118f..000000000
--- a/openembedded/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