mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-04 05:04:39 +02:00
Changelog: =========== - Disable cache when following redirects from consent.google.com - On Windows, change the default directory to the "Downloads" directory, so that downloaded files are placed there - Compile the 32-bit Windows version without SSE2 instructions - Fix a display glitch on framebuffer, if the user doesn't have mouse and if he presses F5, F6, F7 or F8 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
422 B
BlitzBasic
12 lines
422 B
BlitzBasic
require links.inc
|
|
|
|
DEPENDS += "gpm"
|
|
RCONFLICTS:${PN} = "links-x11"
|
|
|
|
EXTRA_OECONF = "--enable-graphics \
|
|
--with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
|
|
--without-libtiff --without-svgalib --with-fb \
|
|
--without-directfb --without-pmshell --without-atheos \
|
|
--without-x"
|
|
SRC_URI[sha256sum] = "2fd5499b13dee59457c132c167b8495c40deda75389489c6cccb683193f454b4"
|