diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-01-20 12:15:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-20 12:15:59 +0000 |
commit | 73e872f13e7891b0594cb3e5bd267940d202865e (patch) | |
tree | 0e98ac346d07862a2a94e40e1923a8f575b3b81c /packages | |
parent | ac66711b7377fa749909fbe27d52d11ef516e465 (diff) |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/links/links-x11_2.1pre20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |