[oe-commits] Henning Heinold : libsdl-directfb: use the options of our patched autoreconf, to prevent autoheader

git version control git at git.openembedded.org
Tue Oct 19 19:41:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bc893b21afb1d22e1e29102d2b7b325692d0d9b4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bc893b21afb1d22e1e29102d2b7b325692d0d9b4

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Tue Oct 19 20:36:30 2010 +0200

libsdl-directfb: use the options of our patched autoreconf, to prevent autoheader

* thank's kergoth for the hint
* no functional changes so no bump of PR's

---

 recipes/libsdl/libsdl-directfb_1.2.14.bb |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/recipes/libsdl/libsdl-directfb_1.2.14.bb b/recipes/libsdl/libsdl-directfb_1.2.14.bb
index 045600d..9f22ee5 100644
--- a/recipes/libsdl/libsdl-directfb_1.2.14.bb
+++ b/recipes/libsdl/libsdl-directfb_1.2.14.bb
@@ -35,10 +35,7 @@ EXTRA_OECONF = " \
         --disable-video-qtopia \
         --disable-video-x11 \
 "
-EXTRA_AUTORECONF += "--include=acinclude"
-
-# Skip autoheader, because it must not overwrite SDL_config.h.in.
-export AUTOHEADER = "true"
+EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader"
 
 do_configure_prepend () {
         # Remove old libtool macros.





More information about the Openembedded-commits mailing list