Systemd/hwdb.d
Jörg Thalheim d7aa78c32f meson: add option to skip installing to $sysconfdir
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
2020-11-12 11:21:46 +01:00
..
.gitattributes Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
.gitignore Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
20-OUI.hwdb hwdb: update 2020-11-10 14:16:17 +01:00
20-acpi-vendor.hwdb hwdb: update 2020-11-10 14:16:17 +01:00
20-acpi-vendor.hwdb.patch hwdb: update 2020-11-10 14:16:17 +01:00
20-bluetooth-vendor-product.hwdb hwdb: Update database of Bluetooth company identifiers 2020-04-05 10:01:14 +02:00
20-net-ifname.hwdb Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
20-pci-classes.hwdb hwdb: update for v247 2020-10-13 13:45:11 +02:00
20-pci-vendor-model.hwdb hwdb: update 2020-11-10 14:16:17 +01:00
20-sdio-classes.hwdb Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
20-sdio-vendor-model.hwdb Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
20-usb-classes.hwdb Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
20-usb-vendor-model.hwdb hwdb: update for v247 2020-10-13 13:45:11 +02:00
20-vmbus-class.hwdb Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
60-autosuspend.hwdb Partially revert "hwdb: reindent commments and say that "*" should always be trailing" 2020-11-03 15:02:52 +01:00
60-evdev.hwdb Partially revert "hwdb: reindent commments and say that "*" should always be trailing" 2020-11-03 15:02:52 +01:00
60-input-id.hwdb Partially revert "hwdb: reindent commments and say that "*" should always be trailing" 2020-11-03 15:02:52 +01:00
60-keyboard.hwdb hwdb: Add support for HP ZBook Studio G5 keyboard (#17525) 2020-11-07 12:20:03 +01:00
60-sensor.hwdb Partially revert "hwdb: reindent commments and say that "*" should always be trailing" 2020-11-03 15:02:52 +01:00
70-joystick.hwdb Partially revert "hwdb: reindent commments and say that "*" should always be trailing" 2020-11-03 15:02:52 +01:00
70-mouse.hwdb Add Logitech G403 Prodigy Gaming Mouse to hwdb. (#17537) 2020-11-10 13:16:13 +01:00
70-pointingstick.hwdb Partially revert "hwdb: reindent commments and say that "*" should always be trailing" 2020-11-03 15:02:52 +01:00
70-touchpad.hwdb Partially revert "hwdb: reindent commments and say that "*" should always be trailing" 2020-11-03 15:02:52 +01:00
acpi-update.py Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
acpi_id_registry.html hwdb: update for v247 2020-10-13 13:45:11 +02:00
ids_parser.py Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
ma-large.txt hwdb: update 2020-11-10 14:16:17 +01:00
ma-medium.txt hwdb: update 2020-11-10 14:16:17 +01:00
ma-small.txt hwdb: update 2020-11-10 14:16:17 +01:00
meson.build meson: add option to skip installing to $sysconfdir 2020-11-12 11:21:46 +01:00
parse_hwdb.py Revert "parse_hwdb: enforce the ":*" suffix" 2020-11-03 14:26:51 +01:00
pci.ids hwdb: update 2020-11-10 14:16:17 +01:00
pnp_id_registry.html hwdb: update 2020-11-10 14:16:17 +01:00
sdio.ids Rename udev's hwdb/ to hwdb.d/ 2019-10-10 00:53:09 +01:00
usb.ids hwdb: update for v247 2020-10-13 13:45:11 +02:00