blob: 470eac61399f83c554faaacd0d5019353ee00c81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require links.inc
DEPENDS += "gpm"
RCONFLICTS_${PN} = "links-x11"
PR = "r2"
EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \
--with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
--without-libtiff --without-svgalib --with-fb \
--without-directfb --without-pmshell --without-atheos \
--without-x --without-sdl"
SRC_URI[md5sum] = "f0f107cc824b71e43f0c6ab620209daf"
SRC_URI[sha256sum] = "f32314d851e86ec463967ddce78d051e3953b529878cbaeecf882c625ad29c75"
|