summaryrefslogtreecommitdiff
path: root/src/udev/meson.build
AgeCommit message (Expand)AuthorFilesLines
2019-10-31test: move {test,fuzz}-fido-id-desc.c into src/udev/fido_idYu Watanabe1-1/+13
2019-09-07udev: Add id program and rule for FIDO security tokensFabian Henneke1-0/+3
2019-06-19ethtool-util: move from src/udev/net/ to src/shared/Yu Watanabe1-2/+0
2019-06-02udev: modernize udev-rules.cYu Watanabe1-2/+2
2019-02-25meson: declare version.h as dep for various targets that include build.hZbigniew Jędrzejewski-Szmek1-0/+1
2019-02-25fuzz: add fuzzer for parsing .link filesYu Watanabe1-0/+11
2019-01-17udev: move naming-scheme bits into their own fileZbigniew Jędrzejewski-Szmek1-0/+2
2018-12-21meson: simplify handling of pkgconfigdatadir=no, pkgconfiglibdir=noZbigniew Jędrzejewski-Szmek1-4/+3
2018-12-18meson: rename two more variables from _c to _sourcesZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-12Merge pull request #10176 from yuwata/udev-cleanup-7Lennart Poettering1-2/+6
2018-10-12meson: fix '-Dstatic-libsystemd=true' or '-Dstatic-libudev=true'Yu Watanabe1-0/+1
2018-10-12meson: do not use mempool from libudev.soYu Watanabe1-1/+1
2018-10-11udev-builtin: move definitions related to builtin commands to udev-builtin.hYu Watanabe1-0/+1
2018-10-11udev-ctrl: move prototypes of udev_ctrl_*() to udev-ctrl.hYu Watanabe1-0/+1
2018-10-11udev-node: replace udev_device by sd_device and modernize code a bitYu Watanabe1-0/+1
2018-10-11udev-watch: replace udev_device by sd_device and modernize code a bitYu Watanabe1-2/+3
2018-09-10udevadm: use dispatch_verb() and drop udevadm_cmd structYu Watanabe1-3/+4
2018-09-10udev: drop collectYu Watanabe1-1/+0
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek1-2/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-05-08meson: recompile all sources for install_libudev_static and install_libsystem...Zbigniew Jędrzejewski-Szmek1-4/+4
2018-05-08meson: only build test-lib{systemd,udev}-static-sym for picDavide Cavalca1-1/+3
2018-05-08meson: add support for building static libsystemd and libudevDavide Cavalca1-1/+16
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-23tree-wide: tabs suck (#8527)Lennart Poettering1-1/+1
2018-01-03meson: add a single .h file to shared libs with no sourcesZbigniew Jędrzejewski-Szmek1-0/+1
2018-01-03meson: rename libudev_internal to libudev_static and link into libudevZbigniew Jędrzejewski-Szmek1-4/+24
2017-12-21meson: rename libsystemd_internal to libsystem_staticZbigniew Jędrzejewski-Szmek1-1/+1
2017-12-16meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666)Franck Bui1-0/+1
2017-11-19Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek1-0/+17
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-3/+3
2017-06-27Use same script to build key list in Makefile and mesonMichal Suchanek1-2/+2
2017-05-15meson: do not use generate_gperfs.py for keyboard-keys-from-name.gperf (#5968)Yu Watanabe1-2/+3
2017-05-12Merge pull request #5432 from keszybz/udev-loggingLennart Poettering1-0/+1
2017-05-09meson: Add missing dependency on libkmod for libudev_coreJohn Paul Adrian Glaubitz1-1/+1
2017-05-07udev: use LOG_REALM_UDEV in all udev codeZbigniew Jędrzejewski-Szmek1-0/+1
2017-05-02meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek1-3/+3
2017-04-23meson: add libblkid as libudev-core dep to fix include dirZbigniew Jędrzejewski-Szmek1-8/+9
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek1-85/+83
2017-04-23meson: allow optional static linking of shared code in udev helpersZbigniew Jędrzejewski-Szmek1-55/+32
2017-04-23meson: eliminate libsystemd_journal_internal and use libsystemd_internal lessZbigniew Jędrzejewski-Szmek1-12/+12
2017-04-23meson: use join_paths consistentlyMichael Biebl1-2/+2
2017-04-23meson: make cpp invocations cross-compilation friendlyZbigniew Jędrzejewski-Szmek1-1/+1
2017-04-23meson: update linking for fixed meson linkingZbigniew Jędrzejewski-Szmek1-6/+12
2017-04-23meson: create dirs and touch /usrZbigniew Jędrzejewski-Szmek1-0/+3
2017-04-23meson: define testsZbigniew Jędrzejewski-Szmek1-1/+2
2017-04-23meson: build systemd using mesonZbigniew Jędrzejewski-Szmek1-0/+164