[Mesa-dev] [PATCH v2 2/3] driconf: move ${sysconfdir}/drirc to ${datadir}/drirc.d/00-mesa-defaults.conf

Emil Velikov emil.l.velikov at gmail.com
Fri Aug 3 10:38:18 UTC 2018


On 3 August 2018 at 09:19, Qiang Yu <Qiang.Yu at amd.com> wrote:
> ${sysconfdir} is for store admin config files, so move
> this mesa default config file to ${datadir}/drirc.d.
>
> Signed-off-by: Qiang Yu <Qiang.Yu at amd.com>
> ---
>  src/util/00-mesa-defaults.conf | 314 +++++++++++++++++++++++++++++++++++++++++
>  src/util/Makefile.am           |   5 +-
>  src/util/drirc                 | 314 -----------------------------------------
>  src/util/meson.build           |   2 +-
>  4 files changed, 318 insertions(+), 317 deletions(-)
>  create mode 100644 src/util/00-mesa-defaults.conf
>  delete mode 100644 src/util/drirc
>
Did you change anything to the drirc contents - it's fairly hard to
see in the current form.
Please tweak your config to create rename patches. Newer git version
have it enabled by default.

Assuming it's a simple rename, patch is
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

Thanks
Emil

[1] https://git-scm.com/docs/git-format-patch look for "find-renames"


More information about the mesa-dev mailing list