Systemd/src/libudev
Zbigniew Jędrzejewski-Szmek 0c06b50662 meson: rename libudev_internal to libudev_static and link into libudev
This reduces the meson man=false target count to 1281.

v2:
- link test-engine with libshared instead of libsystemd_static
Previous version built fine on F27, but fails on F26 with the following error:
/usr/bin/ld: /tmp/ccr8HRGw.ltrans6.ltrans.o: undefined reference to symbol '__start_BUS_ERROR_MAP@@SD_SHARED'
/home/zbyszek/fedora/systemd/systemd-9d5aae75c64f5583a110f03b94816aacc03bbf4d/x86_64-redhat-linux-gnu/src/shared/libsystemd-shared-236.so: error adding symbols: DSO missing from command line

v3:
- add libudev_basic
2018-01-03 12:09:46 +01:00
..
libudev-device-internal.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
libudev-device-private.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
libudev-device.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
libudev-enumerate.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
libudev-hwdb.c Replace free and return NULL with return mfree 2017-11-24 10:31:49 +00:00
libudev-list.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
libudev-monitor.c Replace free and return NULL with return mfree 2017-11-24 10:31:49 +00:00
libudev-private.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
libudev-queue.c Replace free and return NULL with return mfree 2017-11-24 10:31:49 +00:00
libudev-util.c Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
libudev.c Replace free and return NULL with return mfree 2017-11-24 10:31:49 +00:00
libudev.h Add SPDX license identifiers to source files under the LGPL 2017-11-19 19:08:15 +01:00
libudev.pc.in Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
libudev.sym Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
meson.build meson: rename libudev_internal to libudev_static and link into libudev 2018-01-03 12:09:46 +01:00