summaryrefslogtreecommitdiffstats
path: root/package/slang
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2015-03-31 09:21:57 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-31 13:57:41 +0200
commitbd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee (patch)
treeb92092420b69f2199bacd7d1f8402815acc6886d /package/slang
parent42bb259af5ce66a8b74f6d00b9e4cfd81922e0e1 (diff)
downloadbuildroot-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/slang')
-rw-r--r--package/slang/slang.mk32
1 files changed, 16 insertions, 16 deletions
diff --git a/package/slang/slang.mk b/package/slang/slang.mk
index c458fe7835..59ef9932cd 100644
--- a/package/slang/slang.mk
+++ b/package/slang/slang.mk
@@ -19,39 +19,39 @@ SLANG_POST_PATCH_HOOKS += SLANG_DISABLE_TERMCAP
# Absolute path hell, sigh...
ifeq ($(BR2_PACKAGE_LIBPNG),y)
- SLANG_CONF_OPTS += --with-png=$(STAGING_DIR)/usr
- SLANG_DEPENDENCIES += libpng
+SLANG_CONF_OPTS += --with-png=$(STAGING_DIR)/usr
+SLANG_DEPENDENCIES += libpng
else
- SLANG_CONF_OPTS += --with-png=no
+SLANG_CONF_OPTS += --with-png=no
endif
ifeq ($(BR2_PACKAGE_PCRE),y)
- SLANG_CONF_OPTS += --with-pcre=$(STAGING_DIR)/usr
- SLANG_DEPENDENCIES += pcre
+SLANG_CONF_OPTS += --with-pcre=$(STAGING_DIR)/usr
+SLANG_DEPENDENCIES += pcre
else
- SLANG_CONF_OPTS += --with-pcre=no
+SLANG_CONF_OPTS += --with-pcre=no
endif
ifeq ($(BR2_PACKAGE_ZLIB),y)
- SLANG_CONF_OPTS += --with-z=$(STAGING_DIR)/usr
- SLANG_DEPENDENCIES += zlib
+SLANG_CONF_OPTS += --with-z=$(STAGING_DIR)/usr
+SLANG_DEPENDENCIES += zlib
else
- SLANG_CONF_OPTS += --with-z=no
+SLANG_CONF_OPTS += --with-z=no
endif
ifeq ($(BR2_PACKAGE_NCURSES),y)
- SLANG_DEPENDENCIES += ncurses
+SLANG_DEPENDENCIES += ncurses
else
- SLANG_CONF_OPTS += ac_cv_path_nc5config=no
+SLANG_CONF_OPTS += ac_cv_path_nc5config=no
endif
ifeq ($(BR2_PACKAGE_READLINE),y)
- SLANG_CONF_OPTS += --with-readline=gnu
- SLANG_DEPENDENCIES += readline
+SLANG_CONF_OPTS += --with-readline=gnu
+SLANG_DEPENDENCIES += readline
endif
ifeq ($(BR2_STATIC_LIBS),y)
- SLANG_MAKE_OPTS = static
- SLANG_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) install-static
- SLANG_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-static
+SLANG_MAKE_OPTS = static
+SLANG_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) install-static
+SLANG_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-static
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud