diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2015-03-31 09:21:57 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-31 13:57:41 +0200 |
| commit | bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee (patch) | |
| tree | b92092420b69f2199bacd7d1f8402815acc6886d /package/dillo | |
| parent | 42bb259af5ce66a8b74f6d00b9e4cfd81922e0e1 (diff) | |
| download | buildroot-bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee.tar.gz buildroot-bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee.zip | |
packages: indentation cleanup
This commit doesn't touch infra packages.
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dillo')
| -rw-r--r-- | package/dillo/dillo.mk | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package/dillo/dillo.mk b/package/dillo/dillo.mk index d2dc761d07..4ce63d5b92 100644 --- a/package/dillo/dillo.mk +++ b/package/dillo/dillo.mk @@ -16,31 +16,31 @@ DILLO_DEPENDENCIES = fltk zlib \ DILLO_CONF_ENV = ac_cv_path_FLTK_CONFIG=$(STAGING_DIR)/usr/bin/fltk-config ifeq ($(BR2_PACKAGE_OPENSSL),y) - DILLO_CONF_OPTS += --enable-ssl - DILLO_DEPENDENCIES += openssl +DILLO_CONF_OPTS += --enable-ssl +DILLO_DEPENDENCIES += openssl else - DILLO_CONF_OPTS += --disable-ssl +DILLO_CONF_OPTS += --disable-ssl endif ifeq ($(BR2_PACKAGE_LIBPNG),y) - DILLO_CONF_OPTS += --enable-png - DILLO_DEPENDENCIES += libpng - DILLO_CONF_ENV += PNG_CONFIG=$(STAGING_DIR)/usr/bin/libpng-config +DILLO_CONF_OPTS += --enable-png +DILLO_DEPENDENCIES += libpng +DILLO_CONF_ENV += PNG_CONFIG=$(STAGING_DIR)/usr/bin/libpng-config else - DILLO_CONF_OPTS += --disable-png +DILLO_CONF_OPTS += --disable-png endif ifeq ($(BR2_PACKAGE_JPEG),y) - DILLO_CONF_OPTS += --enable-jpeg - DILLO_DEPENDENCIES += libjpeg +DILLO_CONF_OPTS += --enable-jpeg +DILLO_DEPENDENCIES += libjpeg else - DILLO_CONF_OPTS += --disable-jpeg +DILLO_CONF_OPTS += --disable-jpeg endif ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y) - DILLO_CONF_OPTS += --enable-threaded-dns +DILLO_CONF_OPTS += --enable-threaded-dns else - DILLO_CONF_OPTS += --disable-threaded-dns +DILLO_CONF_OPTS += --disable-threaded-dns endif $(eval $(autotools-package)) |

