links-x11_2.1pre20.bb : added --without-sdl to stop picking up hosts SDL
authorGraeme Gregory <dp@xora.org.uk>
Fri, 20 Jan 2006 12:15:59 +0000 (12:15 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 20 Jan 2006 12:15:59 +0000 (12:15 +0000)
as it was never intended this bb to link with SDL.

packages/links/links-x11_2.1pre20.bb

index 685ca73..ab2b71c 100644 (file)
@@ -16,6 +16,6 @@ EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \
                --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
                --without-libtiff --without-svgalib --without-fb \
                --without-directfb --without-pmshell --without-atheos \
-               --with-x --without-gpm"
+               --with-x --without-gpm --without-sdl"
 
 S = "${WORKDIR}/links-${PV}"