diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-11-16 00:14:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-29 13:46:28 +0000 |
commit | e82ae043619de3c6ff068254a43517e8d7c048a2 (patch) | |
tree | fe7f7a44c12466acbeecb781d747db406d0ebfbf /meta/recipes-graphics/libsdl | |
parent | faf8832607a4a5efbbe0d94a094e2c01f2f4cccf (diff) | |
download | poky-e82ae043619de3c6ff068254a43517e8d7c048a2.tar.gz |
libsdl: replace tabs with spaces
(From OE-Core rev: 6912bd212cf91ead4c5f8c4e4bb86ceb15e414e1)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb index 17a31035ad..057f7643b9 100644 --- a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb +++ b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | |||
@@ -18,7 +18,7 @@ DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-n | |||
18 | PR = "r1" | 18 | PR = "r1" |
19 | 19 | ||
20 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 20 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |
21 | file://configure_tweak.patch \ | 21 | file://configure_tweak.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | S = "${WORKDIR}/SDL-${PV}" | 24 | S = "${WORKDIR}/SDL-${PV}" |
@@ -35,8 +35,8 @@ EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads | |||
35 | --disable-video-fbcon --disable-video-directfb --disable-video-ps2gs --disable-video-ps3 \ | 35 | --disable-video-fbcon --disable-video-directfb --disable-video-ps2gs --disable-video-ps3 \ |
36 | --disable-video-xbios --disable-video-gem --disable-video-dummy \ | 36 | --disable-video-xbios --disable-video-gem --disable-video-dummy \ |
37 | --enable-input-events --enable-input-tslib --enable-pthreads \ | 37 | --enable-input-events --enable-input-tslib --enable-pthreads \ |
38 | ${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-video-opengl', '--disable-video-opengl', d)} \ | 38 | ${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-video-opengl', '--disable-video-opengl', d)} \ |
39 | --disable-video-svga \ | 39 | --disable-video-svga \ |
40 | --disable-video-picogui --disable-video-qtopia --enable-dlopen \ | 40 | --disable-video-picogui --disable-video-qtopia --enable-dlopen \ |
41 | --disable-rpath" | 41 | --disable-rpath" |
42 | 42 | ||