diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-09-27 13:08:34 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-09-27 13:22:31 +0100 |
commit | ffd88db0b513b0b2981b16700c1550c689f47521 (patch) | |
tree | 73d6ad26fb0ddfb611e1bbdc06ce86191ff8cbee /x11-misc/lightdm | |
parent | x11-misc/lightdm: some tweaks to start-up scripts (diff) | |
download | gentoo-ffd88db0b513b0b2981b16700c1550c689f47521.tar.gz gentoo-ffd88db0b513b0b2981b16700c1550c689f47521.tar.bz2 gentoo-ffd88db0b513b0b2981b16700c1550c689f47521.zip |
x11-misc/lightdm: depend on dev-libs/libgcrypt
It is looked for by upstream build scripts, lightdm fails src_configure
if it is not present, and the executable is linked against it.
Closes: https://bugs.gentoo.org/804855
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-misc/lightdm')
-rw-r--r-- | x11-misc/lightdm/lightdm-1.32.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-misc/lightdm/lightdm-1.32.0-r1.ebuild b/x11-misc/lightdm/lightdm-1.32.0-r1.ebuild index 774f64b22d1c..be0c88f7c389 100644 --- a/x11-misc/lightdm/lightdm-1.32.0-r1.ebuild +++ b/x11-misc/lightdm/lightdm-1.32.0-r1.ebuild @@ -21,6 +21,7 @@ RESTRICT="test" COMMON_DEPEND=" >=dev-libs/glib-2.44.0:2 + dev-libs/libgcrypt:= dev-libs/libxml2 sys-libs/pam x11-libs/libX11 |