summaryrefslogtreecommitdiff
path: root/src/libelogind/libelogind.pc.in
Commit message (Collapse)AuthorAge
* Prep v239: Add missing updates that evaded migration.Sven Eden2018-08-24
|
* Prepare src/libelogind/libelogind.pc.in for better handling through ↵Sven Eden2018-04-19
| | | | check_tree.pl
* Prep v236 : Add missing SPDX-License-Identifier (4/9) src/libelogindSven Eden2018-03-26
|
* Prep v235: Fix pkgconfig/libelogind.pcSven Eden2017-08-22
|
* Prep v235: Apply upstream fixes (5/10) [src/libelogind]Sven Eden2017-08-14
|
* Adjust pkgconfig files to point at rootlibdir (#4584)Mike Gilbert2017-07-17
| | | | The .so symlinks got moved to rootlibdir in 082210c7.
* Prep v230: Move installed headersSven Eden2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The headers are now installed into /usr/include/elogind/systemd and the pkg-config file now returns -I/usr/include/elogind for CFLAGS. Further /usr/include/elogind contains symlinks to the headers, so existing packages already including <elogind/sd-login.h> will not be broken. This way no software has to change their include lines anywhere to support elogind any more. All they have to do is either add LIBSYSTEMD_CFLAGS or LIBELOGIND_CFLAGS from pkg-config and be done with it. So most patching can be avoided, just some configure adaption is needed. However, this can lead to systemd/elogind bug confusion if there is anything mixed up on a system that shouldn't. Downstreams, chose any of the two ways to your own discretion! See https://bugs.freedesktop.org/show_bug.cgi?id=101251
* Fix libelogind.pc.inSven Eden2017-03-14
|
* turn kdbus support into a runtime optionKay Sievers2017-03-14
| | | | | | | | | | | | | ./configure --enable/disable-kdbus can be used to set the default behavior regarding kdbus. If no kdbus kernel support is available, dbus-dameon will be used. With --enable-kdbus, the kernel command line option "kdbus=0" can be used to disable kdbus. With --disable-kdbus, the kernel command line option "kdbus=1" is required to enable kdbus support.
* tmpfiles: create /etc/resolv.conf symlink only on bootZbigniew Jędrzejewski-Szmek2017-03-14
| | | | | | | | | | We will create the symlink on boot as a fallback to provide name resolution. But if the symlink was removed afterwards, it most likely should not be recreated. Creating it only on boot also solves the issue where it would be created prematurely during installation, before the system was actually booted. https://bugzilla.redhat.com/show_bug.cgi?id=1197204
* units: conditionalize audit multicast socket on CAP_AUDIT_READLennart Poettering2017-03-14
| | | | | The multicast logic can only work if the capability is available, hence require it.
* tmpfiles: make /home and /var btrfs subvolumes by default when booted up ↵Lennart Poettering2017-03-14
| | | | | | | with them missing This way the root subvolume can be left read-only easily, and variable and user data writable with explicit quota set.
* rename libsystemd*.pc.in to libelogind*.pc.inRicardo Wurmus2015-08-15