diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-14 03:39:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-14 03:39:53 +0000 |
commit | ee8f2133a57111dd36a6bd667a945dc04a4e419d (patch) | |
tree | b843b7642f0ee904e077b9805bbc2cd02eef78b4 /package/fontconfig/Config.in | |
parent | 8d08091cf8684110fe191e63f3c4167298d19096 (diff) |
add fontconfig package
Diffstat (limited to 'package/fontconfig/Config.in')
-rw-r--r-- | package/fontconfig/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/fontconfig/Config.in b/package/fontconfig/Config.in new file mode 100644 index 000000000..34b5b4e66 --- /dev/null +++ b/package/fontconfig/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_FONTCONFIG + bool "fontconfig" + select BR2_PACKAGE_FREETYPE + default n + help + + http://www.fontconfig.org/ |