diff options
Diffstat (limited to 'meta/packages/libsdl')
| -rw-r--r-- | meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb (renamed from meta/packages/libsdl/libsdl-sdk_1.2.11.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb b/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb index 6cea742f17..a364ca386a 100644 --- a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb +++ b/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb | |||
| @@ -2,8 +2,8 @@ DESCRIPTION = "Simple DirectMedia Layer - native Edition" | |||
| 2 | HOMEPAGE = "http://www.libsdl.org" | 2 | HOMEPAGE = "http://www.libsdl.org" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
| 5 | DEPENDS = "libx11-sdk libxext-sdk libxrandr-sdk libxrender-sdk" | 5 | DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk" |
| 6 | RDEPENDS = "libx11-sdk libxrandr-sdk libxrender-sdk libxext-sdk" | 6 | RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" |
| 7 | PR = "r4" | 7 | PR = "r4" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 9 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |
| @@ -12,7 +12,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | |||
| 12 | file://kernel-asm-page.patch;patch=1 " | 12 | file://kernel-asm-page.patch;patch=1 " |
| 13 | S = "${WORKDIR}/SDL-${PV}" | 13 | S = "${WORKDIR}/SDL-${PV}" |
| 14 | 14 | ||
| 15 | inherit autotools_stage binconfig pkgconfig sdk | 15 | inherit autotools_stage binconfig pkgconfig nativesdk |
| 16 | 16 | ||
| 17 | EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ | 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 \ | 18 | --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ |
