diff options
Diffstat (limited to 'meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb b/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb new file mode 100644 index 0000000000..633a4c284b --- /dev/null +++ b/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | DESCRIPTION = "Simple DirectMedia Layer - native Edition" | ||
2 | HOMEPAGE = "http://www.libsdl.org" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "LGPL" | ||
5 | DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk" | ||
6 | RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" | ||
7 | PR = "r4" | ||
8 | |||
9 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | ||
10 | file://acinclude.m4 \ | ||
11 | file://configure_tweak.patch;patch=1 \ | ||
12 | file://kernel-asm-page.patch;patch=1 " | ||
13 | S = "${WORKDIR}/SDL-${PV}" | ||
14 | |||
15 | inherit autotools binconfig pkgconfig nativesdk | ||
16 | |||
17 | EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ | ||
18 | --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ | ||
19 | --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \ | ||
20 | --disable-mintaudio --disable-nasm --enable-video-x11 --disable-video-dga \ | ||
21 | --disable-video-fbcon --disable-video-directfb --disable-video-ps2gs \ | ||
22 | --disable-video-xbios --disable-video-gem --disable-video-dummy \ | ||
23 | --disable-video-opengl --enable-input-events --enable-pthreads \ | ||
24 | --disable-video-svga \ | ||
25 | --disable-video-picogui --disable-video-qtopia --enable-dlopen" | ||
26 | |||
27 | PARALLEL_MAKE = "" | ||
28 | |||
29 | do_configure_prepend() { | ||
30 | cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 | ||
31 | } | ||