[PATCH v2] libqmi-glib, proxy: Change ownership of QMI devices to the configured user.
Aleksander Morgado
aleksander at aleksander.es
Fri Dec 19 10:10:02 PST 2014
On Fri, Dec 19, 2014 at 6:53 PM, Roshan Pius <rpius at chromium.org> wrote:
> +
> +#Install udev rules only if configured with --enable-qmi-username
> +if INSTALL_QMI_UDEV_RULES
> +udevrulesdir = $(UDEV_BASE_DIR)/rules.d
> +udevrules_DATA = 76-qmi-proxy-device-ownership.rules
> +
> +EXTRA_DIST = \
> + $(udevrules_DATA)
> +endif
Just realized this; shouldn't EXTRA_DIST include the
76-qmi-proxy-device-ownership.rules.in file, instead of the
76-qmi-proxy-device-ownership.rules one? The rules file will be
generated during configure, so the dist tarball needs the .in file.
--
Aleksander
https://aleksander.es
More information about the libqmi-devel
mailing list