mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
qemu: Add host gl support for qemu x86
This commit is contained in:
33906
meta/packages/qemu/qemu-0.9.1+svnr6190/qemu-add-gl-host-code.patch
Normal file
33906
meta/packages/qemu/qemu-0.9.1+svnr6190/qemu-add-gl-host-code.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "zlib"
|
||||
PV = "0.9.1+svnr${SRCREV}"
|
||||
PR = "r14"
|
||||
PR = "r15"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-0.9.1+svn/"
|
||||
|
||||
@@ -18,17 +18,19 @@ SRC_URI = "\
|
||||
file://91-oh-sdl-cursor.patch;patch=1;pnum=0 \
|
||||
file://qemu-amd64-32b-mapping-0.9.0.patch;patch=1 \
|
||||
file://workaround_bad_futex_headers.patch;patch=1 \
|
||||
file://qemu-add-gl-host-code.patch;patch=1 \
|
||||
file://no-strip.patch;patch=1 \
|
||||
file://fix-dirent.patch;patch=1"
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
#EXTRA_OECONF += "--disable-sdl"
|
||||
#EXTRA_OECONF += "--target-list=arm-linux-user,arm-softmmu,i386-softmmu"
|
||||
EXTRA_OECONF += "--target-list=arm-linux-user,arm-softmmu,i386-softmmu"
|
||||
EXTRA_OECONF += "--disable-gfx-check"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_configure() {
|
||||
${S}/configure --prefix=${prefix} ${EXTRA_OECONF}
|
||||
chmod a+x ${S}/target-i386/beginend_funcs.sh
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user