libsdl-sdk: Add a configure prepend to make sure the custom acinclude.m4 is used

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4278 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-04-16 08:27:41 +00:00
parent acd2ae179b
commit 8f60c0e0dd
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-thread
PARALLEL_MAKE = ""
do_configure_prepend() {
cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4
}
do_stage() {
autotools_stage_all
install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR}