diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-10-05 19:38:57 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 22:31:00 +0100 |
| commit | e29d47e5503b22b6e63ed68cf09431874708cda4 (patch) | |
| tree | 6fab15402debc9f84008603b9ec41105730d26fb /package/php/Config.ext | |
| parent | f187c5fd8943d223630c8dc358ccb308e69f2334 (diff) | |
| download | buildroot-e29d47e5503b22b6e63ed68cf09431874708cda4.tar.gz buildroot-e29d47e5503b22b6e63ed68cf09431874708cda4.zip | |
package/php: Add support for GD module
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php/Config.ext')
| -rw-r--r-- | package/php/Config.ext | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext index 6880cd76e4..f745cc9e3b 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -194,6 +194,14 @@ config BR2_PACKAGE_PHP_EXT_EXIF help EXIF support +config BR2_PACKAGE_PHP_EXT_GD + bool "GD" + select BR2_PACKAGE_FREETYPE + select BR2_PACKAGE_JPEG + select BR2_PACKAGE_LIBPNG + help + GD support + comment "Mathematical extensions" config BR2_PACKAGE_PHP_EXT_BCMATH |

