summaryrefslogtreecommitdiff
path: root/hwdb.d/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-5/+7
| | | | | | | | | | | | | | | | | | | | | This is useful for development where overwriting files out side the configured prefix will affect the host as well as stateless systems such as NixOS that don't let packages install to /etc but handle configuration on their own. Alternative to https://github.com/systemd/systemd/pull/17501 tested with: $ mkdir inst build && cd build $ meson \ -Dcreate-log-dirs=false \ -Dsysvrcnd-path=$(realpath ../inst)/etc/rc.d \ -Dsysvinit-path=$(realpath ../inst)/etc/init.d \ -Drootprefix=$(realpath ../inst) \ -Dinstall-sysconfdir=false \ --prefix=$(realpath ../inst) .. $ ninja install
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* hwdb: enable autosuspend for Wacom Pen and EMV Smartcard ReaderZbigniew Jędrzejewski-Szmek2020-06-221-0/+1
| | | | Replaces #16113.
* test: also verify the generated autosuspend hwdb fileZbigniew Jędrzejewski-Szmek2020-06-221-18/+25
| | | | Hint: meson test -C build parse-hwdb -v
* hwdb: generate a hwdb file instead of rules for autosuspendLennart Poettering2020-06-131-0/+8
|
* hwdb.d: actually install the 60-input-id.hwdbPeter Hutterer2020-02-201-0/+1
| | | | | | | This was added in ffac30349e9da91dbef7d4e0bf7cef58705c534e in 2017 but didn't get added to the meson.build thus never actually installing it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* meson: add target to update the chromiumos rulesZbigniew Jędrzejewski-Szmek2019-11-151-0/+4
| | | | | | | | There is no change in the file right now, but the download seems to work OK. It's funny that the biggest company in the world cannot provide a download link in plain text.
* Rename udev's hwdb/ to hwdb.d/Zbigniew Jędrzejewski-Szmek2019-10-101-0/+49
As in the parent commit, this makes the name consistent with the rest of the source tree and the actuall installation path.