aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-qpe_1.2.9.bb
blob: 4bc985a7c9057287f7aef6948acffc3336baba25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
require libsdl.inc

PR = "${INC_PR}.0"

SECTION = "opie/libs"
DEPENDS = "virtual/libqpe1 libopie2"

SRC_URI += "\
  file://agawa-piro-mickey-1.2.9.patch;patch=1 \
  file://pygame-1.2.9.patch;patch=1 \
  file://mouse-1.2.9.patch;patch=1 \
  file://kill-stdc++-1.2.9.patch;patch=1 \
  file://ipaq-1.2.9.patch;patch=1 \
  file://SDL-Akita-1.2.9.patch;patch=1 \
  file://fixlibs-1.2.9.patch;patch=1 \
  file://explicit-extern-C.patch;patch=1 \
  file://no-PAGE_SIZE.patch;patch=1 \
  file://fix_Makefile.am.patch;patch=1 \
  file://fix_configure.in.patch;patch=1 \
"

EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \
                --enable-file --enable-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 \
                --enable-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 --enable-video-qtopia --enable-dlopen"

do_compile_prepend() {
	if [ "${PALMTOP_USE_MULTITHREADED_QT}" == "yes" ]
	then
		sed -i s,-lqte\([^-]\),-lqte-mt, src/Makefile
	fi
}