[Mesa-dev] [PATCH v2] gbm: add support for loading third-party backend (v2)

Yu, Qiang Qiang.Yu at amd.com
Fri Apr 7 13:43:36 UTC 2017


>> +dnl Directory for GBM
>> +
>> +AC_ARG_WITH([gbm-configdir],
>> +    [AS_HELP_STRING([--with-gbm-configdir=DIR],
>> +        [directory for the GBM configs @<:@/etc/gbm.conf.d@:>@])],
>> +    [GBM_CONFIG_DIR="$withval"],
>> +    [GBM_CONFIG_DIR='/etc/gbm.conf.d'])
>
> Without commenting on the rest of the change, these should be
> ${sysconfigdir} instead of /etc.

With ${sysconfigdir} I get /usr/local/etc (${prefix}/etc) by default, seems not a good place.

Regards,
Qiang


More information about the mesa-dev mailing list