blob: 2a344d11e5b8b1aa80c8330d98a3fc4566e14c6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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] = "c4631c6b5a11527cdc3cb7872fc23b7f2b25c2b021d596be410dadb40315f166"
|