diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-10 21:09:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-10 21:09:56 +0000 |
commit | 10d4ef27a7e66818c8a6e7dbc61880a5e2b59399 (patch) | |
tree | 431e3c9a91217be30fa53be57faf50851816772d /package/Makefile | |
parent | 1c541883dd2ea7fc310cc43e54c72548e43c54d3 (diff) | |
download | upstream-10d4ef27a7e66818c8a6e7dbc61880a5e2b59399.tar.gz upstream-10d4ef27a7e66818c8a6e7dbc61880a5e2b59399.tar.bz2 upstream-10d4ef27a7e66818c8a6e7dbc61880a5e2b59399.zip |
Add freetype package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1601 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 008b4bf55a..7ba30f9685 100644 --- a/package/Makefile +++ b/package/Makefile @@ -32,6 +32,7 @@ package-$(BR2_PACKAGE_FPING) += fping package-$(BR2_PACKAGE_FPROBE) += fprobe package-$(BR2_PACKAGE_FPROBE_ULOG) += fprobe-ulog package-$(BR2_PACKAGE_FREERADIUS) += freeradius +package-$(BR2_PACKAGE_FREETYPE) += freetype package-$(BR2_PACKAGE_FRICKIN) += frickin package-$(BR2_PACKAGE_FUSE) += fuse package-$(BR2_PACKAGE_GDBSERVER) += gdbserver @@ -167,6 +168,7 @@ bind-compile: openssl-compile cyrus-sasl-compile: openssl-compile dropbear-compile: zlib-compile dsniff-compile: libnids-compile openssl-compile libgdbm-compile +freetype-compile: zlib-compile fprobe-compile: libpcap-compile gdbserver-compile: ncurses-compile gnutls-compile: libgcrypt-compile opencdk-compile libtasn1-compile |