Hi, On 6 November 2017 at 17:56, Adam Jackson <[email protected]> wrote: > xkb_output_dir = get_option('xkb_output_dir') > if xkb_output_dir == '' > - xkb_output_dir = join_paths(get_option('prefix'), > 'share/X11/xkb/compiled') > + xkb_output_dir = join_paths(xkb_dir, 'compiled') > endif
This should really come under localstatedir, since that's what it is rather than constant data. But hey, that wasn't your doing in the first place, so with or without a fix there, both this and the xkbcomp bindir patch are: Reviewed-by: Daniel Stone <[email protected]> Cheers, Dnaiel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
