diff options
| author | Adam Duskett <Aduskett@gmail.com> | 2017-04-21 11:24:48 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-22 15:57:23 +0200 |
| commit | e2a782241582e9e7725869f35dfbe2d45cf35a3a (patch) | |
| tree | a0eb11a12628e64783c398caf6d60da7ce37a87f /package/spice | |
| parent | 42ec2bd4a4ec7337c34772559024fcc9e135c898 (diff) | |
| download | buildroot-e2a782241582e9e7725869f35dfbe2d45cf35a3a.tar.gz buildroot-e2a782241582e9e7725869f35dfbe2d45cf35a3a.zip | |
package makefiles: clean up backslash spacing.
The check-package script when ran gave warnings on only using
one space before backslashes on all of these makefiles.
This patch cleans up all warnings related to the one space before
backslashes rule in the make files in the package directory.
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/spice')
| -rw-r--r-- | package/spice/spice.mk | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package/spice/spice.mk b/package/spice/spice.mk index 086f5d6bb8..1d26ddcc18 100644 --- a/package/spice/spice.mk +++ b/package/spice/spice.mk @@ -10,21 +10,21 @@ SPICE_SITE = http://www.spice-space.org/download/releases SPICE_LICENSE = LGPL-2.1+ SPICE_LICENSE_FILES = COPYING SPICE_INSTALL_STAGING = YES -SPICE_DEPENDENCIES = \ - alsa-lib \ - celt051 \ - jpeg \ - libglib2 \ - openssl \ - pixman \ - python-pyparsing \ +SPICE_DEPENDENCIES = \ + alsa-lib \ + celt051 \ + jpeg \ + libglib2 \ + openssl \ + pixman \ + python-pyparsing \ spice-protocol # We disable everything for now, because the dependency tree can become # quite deep if we try to enable some features, and I have not tested that. -SPICE_CONF_OPTS = \ - --disable-opengl \ - --disable-smartcard \ +SPICE_CONF_OPTS = \ + --disable-opengl \ + --disable-smartcard \ --disable-automated-tests \ --without-sasl @@ -58,7 +58,7 @@ SPICE_MAKE_ENV = PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/ # it should link against libz and libjpeg. libz is pkg-config-aware, while # libjpeg isn't, hence the two-line tweak define SPICE_POST_INSTALL_STAGING_FIX_PC - $(SED) 's/^\(Requires.private:.*\)$$/\1 zlib/; s/^\(Libs.private:.*\)$$/\1 -ljpeg/;' \ + $(SED) 's/^\(Requires.private:.*\)$$/\1 zlib/; s/^\(Libs.private:.*\)$$/\1 -ljpeg/;' \ "$(STAGING_DIR)/usr/lib/pkgconfig/spice-server.pc" endef SPICE_POST_INSTALL_STAGING_HOOKS += SPICE_POST_INSTALL_STAGING_FIX_PC |

