summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-22 20:12:15 +0200
committerFlorian Franzmann2022-05-23 18:01:26 +0200
commit2421cffb2a57a729b384b1be5a805e58355aef9a (patch)
treed9efb9623dcaaebbc1af3c170ce8c31b7eb0e3f2
parenta94d6266569c6b1378006657794636155b92789a (diff)
x11/lightdm: add missing dependencies
-rwxr-xr-xx11/lightdm/DEPENDS13
-rw-r--r--x11/lightdm/HISTORY1
2 files changed, 13 insertions, 1 deletions
diff --git a/x11/lightdm/DEPENDS b/x11/lightdm/DEPENDS
index 7eec8948fb..6aafae398f 100755
--- a/x11/lightdm/DEPENDS
+++ b/x11/lightdm/DEPENDS
@@ -1,12 +1,17 @@
+depends gcc &&
+depends pkgconfig &&
depends glib2 &&
depends libgcrypt &&
depends linux-pam &&
depends libxklavier &&
depends libxml2 &&
+depends libxdmcp &&
depends itstool &&
+depends intltool &&
#depends libx11 &&
depends libxcb &&
depends perl &&
+depends yelp-tools &&
optional_depends audit \
'--enable-audit' \
@@ -28,7 +33,13 @@ fi &&
optional_depends gtk-doc '--enable-gtk-doc' '--disable-gtk-doc' \
'to build documentation' &&
+
optional_depends gobject-introspection \
'--enable-introspection=yes' \
'--enable-introspection=no' \
- 'for introspection support'
+ 'for introspection support' &&
+
+optional_depends vala \
+ '--enable-vala=yes' \
+ '--enable-vala=no' \
+ 'for vala bindings'
diff --git a/x11/lightdm/HISTORY b/x11/lightdm/HISTORY
index 96dc597e62..546c2ebcf2 100644
--- a/x11/lightdm/HISTORY
+++ b/x11/lightdm/HISTORY
@@ -1,5 +1,6 @@
2022-05-22 Florian Franzmann <bwlf@bandrate.org>
* DEPENDS, BUILD: remove optional dependency on qt4
+ * DEPENDS: add missing dependencies
2019-06-09 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.30.0