Re: [Mesa-dev] Meson configuration for bare-bones osmesa

2019-01-15 Thread Dylan Baker
Quoting Chuck Atkins (2019-01-15 11:17:43) > I'm jumping into Meson land now and I'm trying to configure the most recent > release, 18.3.1, to build a minimal OSMesa containing only softpipe.  So I'm > trying to make sure everything is explicitly disabled and only turning on the > few pieces I need

Re: [Mesa-dev] Meson configuration for bare-bones osmesa

2019-01-15 Thread Dylan Baker
Quoting Chuck Atkins (2019-01-15 11:17:43) > I'm jumping into Meson land now and I'm trying to configure the most recent > release, 18.3.1, to build a minimal OSMesa containing only softpipe.  So I'm > trying to make sure everything is explicitly disabled and only turning on the > few pieces I need

Re: [Mesa-dev] Meson configuration for bare-bones osmesa

2019-01-15 Thread Dylan Baker
Quoting Chuck Atkins (2019-01-15 11:17:43) > I'm jumping into Meson land now and I'm trying to configure the most recent > release, 18.3.1, to build a minimal OSMesa containing only softpipe.  So I'm > trying to make sure everything is explicitly disabled and only turning on the > few pieces I need

[Mesa-dev] Meson configuration for bare-bones osmesa

2019-01-15 Thread Chuck Atkins
I'm jumping into Meson land now and I'm trying to configure the most recent release, 18.3.1, to build a minimal OSMesa containing only softpipe. So I'm trying to make sure everything is explicitly disabled and only turning on the few pieces I need: meson -Ddebug=false -Degl=false -Dgbm=false -Dop