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/sdl | |
| 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/sdl')
| -rw-r--r-- | package/sdl/sdl.mk | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/package/sdl/sdl.mk b/package/sdl/sdl.mk index d3fc232fac..05d9a54701 100644 --- a/package/sdl/sdl.mk +++ b/package/sdl/sdl.mk @@ -46,7 +46,8 @@ endif ifeq ($(BR2_PACKAGE_SDL_X11),y) SDL_CONF_OPTS += --enable-video-x11=yes -SDL_DEPENDENCIES += xlib_libX11 xlib_libXext \ +SDL_DEPENDENCIES += \ + xlib_libX11 xlib_libXext \ $(if $(BR2_PACKAGE_XLIB_LIBXRENDER), xlib_libXrender) \ $(if $(BR2_PACKAGE_XLIB_LIBXRANDR), xlib_libXrandr) else @@ -69,18 +70,20 @@ ifeq ($(BR2_PACKAGE_MESA3D),y) SDL_DEPENDENCIES += mesa3d endif -SDL_CONF_OPTS += --enable-pulseaudio=no \ - --disable-arts \ - --disable-esd \ - --disable-nasm \ - --disable-video-ps3 - -HOST_SDL_CONF_OPTS += --enable-pulseaudio=no \ - --enable-video-x11=no \ - --disable-arts \ - --disable-esd \ - --disable-nasm \ - --disable-video-ps3 +SDL_CONF_OPTS += \ + --enable-pulseaudio=no \ + --disable-arts \ + --disable-esd \ + --disable-nasm \ + --disable-video-ps3 + +HOST_SDL_CONF_OPTS += \ + --enable-pulseaudio=no \ + --enable-video-x11=no \ + --disable-arts \ + --disable-esd \ + --disable-nasm \ + --disable-video-ps3 SDL_CONFIG_SCRIPTS = sdl-config |

