From: Graeme Gregory Date: Fri, 20 Jan 2006 12:15:59 +0000 (+0000) Subject: links-x11_2.1pre20.bb : added --without-sdl to stop picking up hosts SDL X-Git-Tag: Release-2010-05/1~9453^2~2613^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e872f13e7891b0594cb3e5bd267940d202865e;p=openembedded.git links-x11_2.1pre20.bb : added --without-sdl to stop picking up hosts SDL as it was never intended this bb to link with SDL. --- diff --git a/packages/links/links-x11_2.1pre20.bb b/packages/links/links-x11_2.1pre20.bb index 685ca73fd8..ab2b71cd12 100644 --- a/packages/links/links-x11_2.1pre20.bb +++ b/packages/links/links-x11_2.1pre20.bb @@ -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}"