blob: c46a64f38061fb7f40d9ae2f6da0979d9971bee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require links.inc
DEPENDS += "gpm"
RCONFLICTS = "links-x11"
PR = "r1"
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"
|