diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-11-04 17:19:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-29 13:46:28 +0000 |
commit | faf8832607a4a5efbbe0d94a094e2c01f2f4cccf (patch) | |
tree | 6c0e6b22a62ed8a0257beff6bc6f6002e8f3e470 /meta | |
parent | ee58c9e7092234f496ba96f09adc2eb78a742c58 (diff) | |
download | poky-faf8832607a4a5efbbe0d94a094e2c01f2f4cccf.tar.gz |
libsdl: enable cdrom, alsa and tslib, disable rpath and add few fixes from meta-oe
* virtual/libsdl is used in sdl.bbclass but nothing was providing it
* rpath disabled because otherwise libtool and ld try to link against
${libdir}/libdl.so.2 on the host
(see OE-classic commit af1a2e0e7626e372f22afbcabf08d9ae6b0d7b01)
(From OE-Core rev: e00897b93f09f86445af38858d4f61866cd1ce70)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb index 6b23344b49..17a31035ad 100644 --- a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb +++ b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | |||
@@ -10,10 +10,12 @@ SECTION = "libs" | |||
10 | LICENSE = "LGPLv2.1" | 10 | LICENSE = "LGPLv2.1" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" |
12 | 12 | ||
13 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender" | 13 | PROVIDES = "virtual/libsdl" |
14 | |||
15 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender alsa-lib tslib" | ||
14 | DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" | 16 | DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" |
15 | 17 | ||
16 | PR = "r0" | 18 | PR = "r1" |
17 | 19 | ||
18 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 20 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |
19 | file://configure_tweak.patch \ | 21 | file://configure_tweak.patch \ |
@@ -26,25 +28,29 @@ SRC_URI[sha256sum] = "5d927e287034cb6bb0ebccfa382cb1d185cb113c8ab5115a0759798642 | |||
26 | 28 | ||
27 | inherit autotools binconfig pkgconfig | 29 | inherit autotools binconfig pkgconfig |
28 | 30 | ||
29 | EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ | 31 | EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \ |
30 | --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ | 32 | --enable-file --disable-oss --enable-alsa --disable-esd --disable-arts \ |
31 | --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \ | 33 | --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \ |
32 | --disable-mintaudio --disable-nasm --enable-video-x11 --disable-video-dga \ | 34 | --disable-mintaudio --disable-nasm --enable-video-x11 --disable-video-dga \ |
33 | --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 \ |
34 | --disable-video-xbios --disable-video-gem --disable-video-dummy \ | 36 | --disable-video-xbios --disable-video-gem --disable-video-dummy \ |
35 | --enable-input-events --enable-pthreads \ | 37 | --enable-input-events --enable-input-tslib --enable-pthreads \ |
36 | ${@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)} \ |
37 | --disable-video-svga \ | 39 | --disable-video-svga \ |
38 | --disable-video-picogui --disable-video-qtopia --enable-dlopen" | 40 | --disable-video-picogui --disable-video-qtopia --enable-dlopen \ |
41 | --disable-rpath" | ||
39 | 42 | ||
40 | PARALLEL_MAKE = "" | 43 | PARALLEL_MAKE = "" |
41 | 44 | ||
45 | EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" | ||
46 | |||
42 | do_configure_prepend() { | 47 | do_configure_prepend() { |
43 | # Remove old libtool macros. | 48 | # Remove old libtool macros. |
44 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" | 49 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" |
45 | for i in ${MACROS}; do | 50 | for i in ${MACROS}; do |
46 | rm -f acinclude/$i | 51 | rm -f acinclude/$i |
47 | done | 52 | done |
53 | export SYSROOT=$PKG_CONFIG_SYSROOT_DIR | ||
48 | } | 54 | } |
49 | 55 | ||
50 | BBCLASSEXTEND = "nativesdk" | 56 | BBCLASSEXTEND = "nativesdk" |