Skip to content
Snippets Groups Projects
Commit 99292330 authored by Natanael Copa's avatar Natanael Copa
Browse files

community/lightdm: fix circular dependency

remove lightdm-gtk-greeter from depends to fix circular dependency:
lightdm -> lightdm-gtk-greeter -> lightdm-dev
parent f2e30381
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lightdm pkgname=lightdm
pkgver=1.28.0 pkgver=1.28.0
pkgrel=2 pkgrel=3
pkgdesc="A cross-desktop display manager" pkgdesc="A cross-desktop display manager"
url="https://www.freedesktop.org/wiki/Software/LightDM" url="https://www.freedesktop.org/wiki/Software/LightDM"
arch="all" arch="all"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
depends="dbus xinit accountsservice gnome-themes-standard lightdm-gtk-greeter depends="dbus xinit accountsservice gnome-themes-standard
adwaita-icon-theme" adwaita-icon-theme"
makedepends="linux-pam-dev gtk+3.0-dev libxext-dev libxklavier-dev makedepends="linux-pam-dev gtk+3.0-dev libxext-dev libxklavier-dev
autoconf automake libtool gobject-introspection-dev itstool autoconf automake libtool gobject-introspection-dev itstool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment