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