From a100e5278075fc85c0c6d73cd582955e37980cd7 Mon Sep 17 00:00:00 2001 From: Mika Laitio Date: Tue, 21 Nov 2006 16:48:20 +0200 Subject: [PATCH] libsdl-native: update to version 1.2.11 from openembedded. This is required for building qemu-native. Older libsdl-native packages that have build errors. --- .../packages/libsdl/libsdl-native_1.2.11.bb | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 org.handhelds.familiar/packages/libsdl/libsdl-native_1.2.11.bb diff --git a/org.handhelds.familiar/packages/libsdl/libsdl-native_1.2.11.bb b/org.handhelds.familiar/packages/libsdl/libsdl-native_1.2.11.bb new file mode 100644 index 0000000..3c3f17d --- /dev/null +++ b/org.handhelds.familiar/packages/libsdl/libsdl-native_1.2.11.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "Simple DirectMedia Layer - native Edition" +HOMEPAGE = "http://www.libsdl.org" +SECTION = "libs" +LICENSE = "LGPL" +PR = "r1" + +SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ + file://acinclude.m4" +S = "${WORKDIR}/SDL-${PV}" + +inherit autotools binconfig pkgconfig native + +EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ + --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ + --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \ + --disable-mintaudio --disable-nasm --disable-video-x11 --disable-video-dga \ + --disable-video-fbcon --disable-video-directfb --disable-video-ps2gs \ + --disable-video-xbios --disable-video-gem --disable-video-dummy \ + --disable-video-opengl --enable-input-events --enable-pthreads \ + --disable-video-picogui --disable-video-qtopia --enable-dlopen" + +do_configure() { + rm -f ${S}/acinclude.m4 + cp ${WORKDIR}/acinclude.m4 ${S}/ + gnu-configize + oe_runconf + cd ${S} + # prevent libtool from linking libs against libstdc++, libgcc, ... + cat ${TARGET_PREFIX}libtool | sed -e 's/postdeps=".*"/postdeps=""/' > ${TARGET_PREFIX}libtool.tmp + mv ${TARGET_PREFIX}libtool.tmp ${TARGET_PREFIX}libtool +} + +do_stage() { + autotools_stage_all + install -m 0644 build/libSDLmain.a ${STAGING_LIBDIR} +} -- 2.41.0