Re: [blfs-dev] VLC and FLAC

2013-06-23 Thread Markku Pesonen
Bruce Dubbs wrote: > I ran into a problem when building VLC with FLAC enabled. Upon > investigation, I found the FLAC headers in /usr/include/{FLAC,FLAC++}, > but /usr/lib/pkgconfig/flac.pc has: > > prefix=/usr > exec_prefix=${prefix} > libdir=${exec_prefix}/lib > includedir=${prefix}/include >

[blfs-dev] VLC and FLAC

2013-06-23 Thread Bruce Dubbs
I ran into a problem when building VLC with FLAC enabled. Upon investigation, I found the FLAC headers in /usr/include/{FLAC,FLAC++}, but /usr/lib/pkgconfig/flac.pc has: prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Changing that last line to ${prefix

Re: [blfs-dev] Xorg configuration (xorg.conf, xorg.conf.d, etc) also keyboards

2013-06-23 Thread Ken Moffat
On Sun, Jun 23, 2013 at 11:02:26AM -0500, Bruce Dubbs wrote: > Ken Moffat wrote: > > > Anyway, with nouveau I _have_to_ put a minimal Device section into > > /etc/X11/xorg.conf and specify "nouveau" as the driver. I tried > > putting something similar in /usr/share/X11/xorg.conf.d/ along with >

Re: [blfs-dev] Xorg configuration (xorg.conf, xorg.conf.d, etc) also keyboards

2013-06-23 Thread Bruce Dubbs
Ken Moffat wrote: > Anyway, with nouveau I _have_to_ put a minimal Device section into > /etc/X11/xorg.conf and specify "nouveau" as the driver. I tried > putting something similar in /usr/share/X11/xorg.conf.d/ along with > the evdev and keyboard conf files but it was ignored. So, my > assump