Date: Mon, 21 Apr 2014 15:27:52 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: Fbsd8 <fbsd8@a1poweruser.com> Cc: questions <questions@FreeBSD.org> Subject: Re: links "make config" selection Message-ID: <44lhuy5vpj.fsf@lowell-desk.lan> In-Reply-To: <53554196.2000801@a1poweruser.com> (fbsd8@a1poweruser.com's message of "Mon, 21 Apr 2014 12:04:38 -0400") References: <53554196.2000801@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Fbsd8 <fbsd8@a1poweruser.com> writes: > I want to run links from the console not from desktop. > I do [make config] and turn off x11 support and turn on svglib support. Turning off X support is only necessary if the system doesn't need X installed at all. A version with the X support included will work fine on the console. > This time I see an option called DirectFB graphics support. > Can someone tell me where I can find documentation on what and how > this support is intended to be used? In the Makefile. You'll find that the option does two things: Makefile:LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib makes this port depend on the svgalib port, and Makefile:CONFIGURE_ARGS+= --with-svgalib sets up to tell configure to use svgalib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44lhuy5vpj.fsf>