diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-12-30 08:36:23 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-12-30 11:17:03 +0100 |
| commit | 27dd32942e1ee2cdb7a15693fc9dfb2e7fd93e10 (patch) | |
| tree | 42199f158da057a83c45f88e4de333e34a6a373a /package/gutenprint | |
| parent | 9bf107fa6d1031698c3b2d95404909081e1c14ec (diff) | |
| download | buildroot-27dd32942e1ee2cdb7a15693fc9dfb2e7fd93e10.tar.gz buildroot-27dd32942e1ee2cdb7a15693fc9dfb2e7fd93e10.zip | |
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gutenprint')
| -rw-r--r-- | package/gutenprint/gutenprint.mk | 56 |
1 files changed, 30 insertions, 26 deletions
diff --git a/package/gutenprint/gutenprint.mk b/package/gutenprint/gutenprint.mk index c169922615..3ff05b60e6 100644 --- a/package/gutenprint/gutenprint.mk +++ b/package/gutenprint/gutenprint.mk @@ -14,7 +14,8 @@ GUTENPRINT_LICENSE_FILES = COPYING # Needed, as we touch Makefile.am GUTENPRINT_AUTORECONF = YES -GUTENPRINT_DEPENDENCIES = cups host-pkgconf \ +GUTENPRINT_DEPENDENCIES = \ + cups host-pkgconf \ $(if $(BR2_PACKAGE_LIBICONV),libiconv) # host-gutenprint is needed to generate XML as part of compilation @@ -22,21 +23,23 @@ GUTENPRINT_DEPENDENCIES = cups host-pkgconf \ # so we need to build both a host package and a target package GUTENPRINT_DEPENDENCIES += host-gutenprint -GUTENPRINT_CONF_ENV = ac_cv_path_CUPS_CONFIG=$(STAGING_DIR)/usr/bin/cups-config \ +GUTENPRINT_CONF_ENV = \ + ac_cv_path_CUPS_CONFIG=$(STAGING_DIR)/usr/bin/cups-config \ ac_cv_path_IJS_CONFIG="" -GUTENPRINT_CONF_OPTS = --disable-libgutenprintui2 \ - --disable-samples \ - --without-doc \ - --without-gimp2 \ - --without-foomatic \ - --without-foomatic3 \ - --disable-escputil \ - --disable-test \ - --disable-testpattern \ - --with-cups="/usr" \ - --with-sysroot="$(STAGING_DIR)" \ - --disable-cups-ppds +GUTENPRINT_CONF_OPTS = \ + --disable-libgutenprintui2 \ + --disable-samples \ + --without-doc \ + --without-gimp2 \ + --without-foomatic \ + --without-foomatic3 \ + --disable-escputil \ + --disable-test \ + --disable-testpattern \ + --with-cups="/usr" \ + --with-sysroot="$(STAGING_DIR)" \ + --disable-cups-ppds # USE_PREGEN_XMLI18N_TMP_H is added by our patch GUTENPRINT_MAKE_ENV = BR2_USE_PREGEN_XMLI18N_TMP_H=$(HOST_DIR)/usr/include/xmli18n-tmp.h @@ -53,18 +56,19 @@ HOST_GUTENPRINT_MAKE_ENV = # empty string to to disable this, not just to /bin/false like elsewhere. HOST_GUTENPRINT_CONF_ENV = ac_cv_path_CUPS_CONFIG='' -HOST_GUTENPRINT_CONF_OPTS = --disable-libgutenprintui2 \ - --disable-samples \ - --without-gimp2 \ - --without-doc \ - --disable-nls \ - --disable-nls-macos \ - --without-foomatic \ - --without-foomatic3 \ - --disable-escputil \ - --disable-test \ - --disable-testpattern \ - --without-cups +HOST_GUTENPRINT_CONF_OPTS = \ + --disable-libgutenprintui2 \ + --disable-samples \ + --without-gimp2 \ + --without-doc \ + --disable-nls \ + --disable-nls-macos \ + --without-foomatic \ + --without-foomatic3 \ + --disable-escputil \ + --disable-test \ + --disable-testpattern \ + --without-cups # Needed by autoreconf define GUTENPRINT_CREATE_M4_DIR |

