Re: [PATCH xserver] meson: Fix module_dir configuration (v2)

2018-05-09 Thread Adam Jackson
On Thu, 2018-05-03 at 09:03 +1000, Peter Hutterer wrote: > On Wed, May 02, 2018 at 12:54:26PM -0700, Aaron Plattner wrote: > > meson.build has code to set the module_dir variable to > > ${libdir}/xorg/modules if the module_dir option string is empty. > > However, this has several problems: > > >

Re: [PATCH xserver] meson: Fix module_dir configuration (v2)

2018-05-02 Thread Peter Hutterer
On Wed, May 02, 2018 at 12:54:26PM -0700, Aaron Plattner wrote: > meson.build has code to set the module_dir variable to > ${libdir}/xorg/modules if the module_dir option string is empty. > However, this has several problems: > > 1. The variable is only used for an unused @moduledir@ substitution

[PATCH xserver] meson: Fix module_dir configuration (v2)

2018-05-02 Thread Aaron Plattner
meson.build has code to set the module_dir variable to ${libdir}/xorg/modules if the module_dir option string is empty. However, this has several problems: 1. The variable is only used for an unused @moduledir@ substitution in the man page. The rule for xorg-server.pc uses option('module_dir')