Re: [Mesa-dev] Few issues with Meson

2018-03-12 Thread Dylan Baker
This is my cross file (Arch doesn't have a pkg-config for x86, so I have a shell wrapper that sets PKG_CONFIG_PATH), you'll probably need to adjust some paths ``` [binaries] c = '/usr/bin/gcc' cpp = '/usr/bin/g++' ar = '/usr/bin/ar' strip = '/usr/bin/strip' pkgconfig = '/home/dylan/.local/bin/pkg-

Re: [Mesa-dev] Few issues with Meson

2018-03-12 Thread Mike Lothian
Hi Dylan Do you have the link to patch on patchwork? I'll give it a go I'm using meson 0.45 however the cross-file requires more than just defining llvm-config, everything else is normally picked up from what portage is setting in the build environment - though strangely not if clang is used - I'

Re: [Mesa-dev] Few issues with Meson

2018-03-09 Thread Dylan Baker
Quoting Mike Lothian (2018-03-06 05:07:34) > Hi > > When compiling wine I also noticed that the d3d.pc files didn't have moduledir > set, so wine couldn't find it > > configure: error: pkg-config couldn't find Gallium Nine module I've sent a patch for this. > > Regards > > Mike > > On Tue, 6

Re: [Mesa-dev] Few issues with Meson

2018-03-06 Thread Mike Lothian
Hi When compiling wine I also noticed that the d3d.pc files didn't have moduledir set, so wine couldn't find it configure: error: pkg-config couldn't find Gallium Nine module Regards Mike On Tue, 6 Mar 2018 at 02:17 Mike Lothian wrote: > Hi > > I've been trying to get a Gentoo ebuild ready f