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/poppler | |
| 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/poppler')
| -rw-r--r-- | package/poppler/poppler.mk | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk index 2ac7e64297..d797fc7692 100644 --- a/package/poppler/poppler.mk +++ b/package/poppler/poppler.mk @@ -14,59 +14,59 @@ POPPLER_INSTALL_STAGING = YES POPPLER_CONF_OPTS = --with-font-configuration=fontconfig ifeq ($(BR2_PACKAGE_LCMS2),y) - POPPLER_CONF_OPTS += --enable-cms=lcms2 - POPPLER_DEPENDENCIES += lcms2 +POPPLER_CONF_OPTS += --enable-cms=lcms2 +POPPLER_DEPENDENCIES += lcms2 else - POPPLER_CONF_OPTS += --enable-cms=none +POPPLER_CONF_OPTS += --enable-cms=none endif ifeq ($(BR2_PACKAGE_TIFF),y) - POPPLER_CONF_OPTS += --enable-libtiff - POPPLER_DEPENDENCIES += tiff +POPPLER_CONF_OPTS += --enable-libtiff +POPPLER_DEPENDENCIES += tiff else - POPPLER_CONF_OPTS += --disable-libtiff +POPPLER_CONF_OPTS += --disable-libtiff endif ifeq ($(BR2_PACKAGE_JPEG),y) - POPPLER_CONF_OPTS += --enable-libjpeg - POPPLER_DEPENDENCIES += jpeg +POPPLER_CONF_OPTS += --enable-libjpeg +POPPLER_DEPENDENCIES += jpeg else - POPPLER_CONF_OPTS += --disable-libjpeg +POPPLER_CONF_OPTS += --disable-libjpeg endif ifeq ($(BR2_PACKAGE_LIBPNG),y) - POPPLER_CONF_OPTS += --enable-libpng - POPPLER_DEPENDENCIES += libpng +POPPLER_CONF_OPTS += --enable-libpng +POPPLER_DEPENDENCIES += libpng else - POPPLER_CONF_OPTS += --disable-libpng +POPPLER_CONF_OPTS += --disable-libpng endif ifeq ($(BR2_PACKAGE_ZLIB),y) - POPPLER_CONF_OPTS += --enable-zlib - POPPLER_DEPENDENCIES += zlib +POPPLER_CONF_OPTS += --enable-zlib +POPPLER_DEPENDENCIES += zlib else - POPPLER_CONF_OPTS += --disable-zlib +POPPLER_CONF_OPTS += --disable-zlib endif ifeq ($(BR2_PACKAGE_POPPLER_LIBCURL),y) - POPPLER_CONF_OPTS += --enable-libcurl - POPPLER_DEPENDENCIES += libcurl +POPPLER_CONF_OPTS += --enable-libcurl +POPPLER_DEPENDENCIES += libcurl else - POPPLER_CONF_OPTS += --disable-libcurl +POPPLER_CONF_OPTS += --disable-libcurl endif ifeq ($(BR2_PACKAGE_XORG7),y) - POPPLER_CONF_OPTS += --with-x - POPPLER_DEPENDENCIES += xlib_libX11 xlib_libXext +POPPLER_CONF_OPTS += --with-x +POPPLER_DEPENDENCIES += xlib_libX11 xlib_libXext else - POPPLER_CONF_OPTS += --without-x +POPPLER_CONF_OPTS += --without-x endif ifeq ($(BR2_PACKAGE_POPPLER_QT),y) - POPPLER_DEPENDENCIES += qt - POPPLER_CONF_OPTS += --enable-poppler-qt4 +POPPLER_DEPENDENCIES += qt +POPPLER_CONF_OPTS += --enable-poppler-qt4 else - POPPLER_CONF_OPTS += --disable-poppler-qt4 +POPPLER_CONF_OPTS += --disable-poppler-qt4 endif $(eval $(autotools-package)) |

