summaryrefslogtreecommitdiffstats
path: root/package/freeswitch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-04-17 17:24:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-17 22:17:11 +0200
commit24ceff38683df56914be33d234365d779caa0225 (patch)
tree9324cb2b7ac3233aca0fbc9f33934cc48d117e01 /package/freeswitch
parentdb6f22059e6ac959a3f534c7492e596271734cbc (diff)
downloadbuildroot-24ceff38683df56914be33d234365d779caa0225.tar.gz
buildroot-24ceff38683df56914be33d234365d779caa0225.zip
package/freeswitch: add optional dependency to libpng
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/freeswitch')
-rw-r--r--package/freeswitch/freeswitch.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk
index 75adc5aed6..c00fc85cfe 100644
--- a/package/freeswitch/freeswitch.mk
+++ b/package/freeswitch/freeswitch.mk
@@ -171,4 +171,9 @@ FREESWITCH_DEPENDENCIES += libldns
FREESWITCH_ENABLED_MODULES += applications/mod_enum
endif
+ifeq ($(BR2_PACKAGE_LIBPNG),y)
+FREESWITCH_DEPENDENCIES += libpng
+FREESWITCH_ENABLED_MODULES += formats/mod_png
+endif
+
$(eval $(autotools-package))
OpenPOWER on IntegriCloud