mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
8a9ef77c02
commit af2d49f
("drop support for MANAGER_SESSION, introduce
MANAGER_USER instead") forgot to update systemd.pc.
Signed-off-by: Jesse Zhang <zh.jesse@gmail.com>
19 lines
588 B
PkgConfig
19 lines
588 B
PkgConfig
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
systemdsystemunitdir=@systemunitdir@
|
|
systemduserunitdir=@pkgdatadir@/user
|
|
systemdsystemconfdir=@pkgsysconfdir@/system
|
|
systemduserconfdir=@pkgsysconfdir@/user
|
|
|
|
Name: systemd
|
|
Description: systemd System and Service Manager
|
|
URL: @PACKAGE_URL@
|
|
Version: @PACKAGE_VERSION@
|